Skip to content

Commit 54f8154

Browse files
author
Adam Balogh
committed
fix model
1 parent c473d34 commit 54f8154

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

agent/agent_executors.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222

2323
GOOGLE_GEMINI_25_MODEL = "google/gemini-2.5-pro-exp-03-25:free" # Free
2424
GOOGLE_GEMINI_20_FLASH_MODEL = (
25-
"google/gemini-2.0-flash-001" # $0.1/M input tokens; $0.4/M output tokens
25+
"gemini-2.0-flash" # $0.1/M input tokens; $0.4/M output tokens
2626
)
2727
GOOGLE_GEMINI_FLASH_15_8B_MODEL = (
28-
"google/gemini-flash-1.5-8b" # $0.0375/M input tokens; $0.15/M output tokens
28+
"gemini-1.5-flash" # $0.0375/M input tokens; $0.15/M output tokens
2929
)
3030
LLAMA_3_1_405B_MODEL = (
3131
"meta-llama/llama-3.1-405b-instruct" # $0.8/M input tokens; $0.8/M output tokens

0 commit comments

Comments
 (0)