github-actions[bot] commited on
Commit
98df2c4
ยท
1 Parent(s): d8bf033

Sync with https://github.com/mozilla-ai/any-agent

Browse files
Files changed (1) hide show
  1. constants.py +5 -5
constants.py CHANGED
@@ -10,11 +10,11 @@ from any_agent.logging import logger
10
  from any_agent.tools.web_browsing import search_tavily, search_web, visit_webpage
11
 
12
  MODEL_OPTIONS = [
13
- "openai/gpt-4.1-nano",
14
- "openai/gpt-4.1-mini",
15
- "openai/gpt-4o",
16
- "gemini/gemini-2.0-flash-lite",
17
- "gemini/gemini-2.0-flash",
18
  ]
19
 
20
  DEFAULT_EVALUATION_MODEL = MODEL_OPTIONS[0]
 
10
  from any_agent.tools.web_browsing import search_tavily, search_web, visit_webpage
11
 
12
  MODEL_OPTIONS = [
13
+ "openai:gpt-4.1-nano",
14
+ "openai:gpt-4.1-mini",
15
+ "openai:gpt-4o",
16
+ "gemini:gemini-2.0-flash-lite",
17
+ "gemini:gemini-2.0-flash",
18
  ]
19
 
20
  DEFAULT_EVALUATION_MODEL = MODEL_OPTIONS[0]