fix: remove unnecessary comment

This commit is contained in:
Frank
2025-01-05 16:34:44 -06:00
committed by Matt Rubens
parent e632998026
commit 8b0e9bbf32

View File

@@ -315,7 +315,7 @@ export const bedrockModels = {
// Glama
// https://glama.ai/models
export const glamaDefaultModelId = "anthropic/claude-3-5-sonnet" // will always exist in openRouterModels
export const glamaDefaultModelId = "anthropic/claude-3-5-sonnet"
export const glamaDefaultModelInfo: ModelInfo = {
maxTokens: 8192,
contextWindow: 200_000,