Skip to content

Commit 004cb26

Browse files
committed
chore: bring back glama
1 parent 7d538f4 commit 004cb26

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

webview-ui/src/components/settings/ApiOptions.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,9 @@ const ApiOptions = ({
233233
openRouterDefaultModelId,
234234
)
235235
break
236+
case "glama":
237+
validateAndResetModel(apiConfiguration.glamaModelId, "glamaModelId", glamaDefaultModelId)
238+
break
236239
case "unbound":
237240
validateAndResetModel(apiConfiguration.unboundModelId, "unboundModelId", unboundDefaultModelId)
238241
break

0 commit comments

Comments
 (0)