We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d538f4 commit 004cb26Copy full SHA for 004cb26
webview-ui/src/components/settings/ApiOptions.tsx
@@ -233,6 +233,9 @@ const ApiOptions = ({
233
openRouterDefaultModelId,
234
)
235
break
236
+ case "glama":
237
+ validateAndResetModel(apiConfiguration.glamaModelId, "glamaModelId", glamaDefaultModelId)
238
+ break
239
case "unbound":
240
validateAndResetModel(apiConfiguration.unboundModelId, "unboundModelId", unboundDefaultModelId)
241
0 commit comments