mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
fix: fix model name and add it to default gemini model
This commit is contained in:
parent
c530c9d6e5
commit
f1650d11da
1 changed files with 2 additions and 2 deletions
|
|
@ -241,9 +241,9 @@ export const openAiModelInfoSaneDefaults: ModelInfo = {
|
|||
// Gemini
|
||||
// https://ai.google.dev/gemini-api/docs/models/gemini
|
||||
export type GeminiModelId = keyof typeof geminiModels
|
||||
export const geminiDefaultModelId: GeminiModelId = "gemini-2.0-flash-thinking-exp-1219"
|
||||
export const geminiDefaultModelId: GeminiModelId = "gemini-2.0-flash-thinking-exp-01-21"
|
||||
export const geminiModels = {
|
||||
"gemini-2.0-flash-thinking-exp-0121": {
|
||||
"gemini-2.0-flash-thinking-exp-01-21": {
|
||||
maxTokens: 65536,
|
||||
contextWindow: 1_048_576,
|
||||
supportsImages: true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue