bstraehle commited on
Commit
2c6089a
·
verified ·
1 Parent(s): 2b2572a

Update tools/ai_tools.py

Browse files
Files changed (1) hide show
  1. tools/ai_tools.py +2 -0
tools/ai_tools.py CHANGED
@@ -21,6 +21,8 @@ ARITHMETIC_MODEL = "gemini-2.5-flash-preview-04-17"
21
  CODE_GENERATION_MODEL = "gemini-2.5-flash-preview-04-17"
22
  CODE_EXECUTION_MODEL = "gemini-2.5-flash-preview-04-17"
23
 
 
 
24
  class AITools():
25
  @tool("Web Search Tool")
26
  def web_search_tool(question: str) -> str:
 
21
  CODE_GENERATION_MODEL = "gemini-2.5-flash-preview-04-17"
22
  CODE_EXECUTION_MODEL = "gemini-2.5-flash-preview-04-17"
23
 
24
+ WEB_BROWSER_MODEL = "gpt-4.1"
25
+
26
  class AITools():
27
  @tool("Web Search Tool")
28
  def web_search_tool(question: str) -> str: