Skip to content

Commit bd8ac91

Browse files
Update webview-ui/src/components/ui/hooks/useSelectedModel.ts
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
1 parent f4e7962 commit bd8ac91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webview-ui/src/components/ui/hooks/useSelectedModel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ function getSelectedModel({
8888
const info = routerModels.litellm[id]
8989
return info
9090
? { id, info }
91-
: { id: litellmDefaultModelId, info: routerModels.unbound[litellmDefaultModelId] }
91+
: { id: litellmDefaultModelId, info: routerModels.litellm[litellmDefaultModelId] }
9292
}
9393
case "xai": {
9494
const id = apiConfiguration.apiModelId ?? xaiDefaultModelId

0 commit comments

Comments
 (0)