Skip to content

Commit 8b0e9bb

Browse files
punkpeyemrubens
authored andcommitted
fix: remove unnecessary comment
1 parent e632998 commit 8b0e9bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ export const bedrockModels = {
315315

316316
// Glama
317317
// https://glama.ai/models
318-
export const glamaDefaultModelId = "anthropic/claude-3-5-sonnet" // will always exist in openRouterModels
318+
export const glamaDefaultModelId = "anthropic/claude-3-5-sonnet"
319319
export const glamaDefaultModelInfo: ModelInfo = {
320320
maxTokens: 8192,
321321
contextWindow: 200_000,

0 commit comments

Comments
 (0)