ABVM commited on
Commit
b482574
·
verified ·
1 Parent(s): 5dcdbc3

Update OpenRouter_Agent.py

Browse files
Files changed (1) hide show
  1. OpenRouter_Agent.py +1 -1
OpenRouter_Agent.py CHANGED
@@ -12,7 +12,7 @@ from smolagents import (
12
  WikipediaSearchTool,
13
  PythonInterpreterTool,
14
  FinalAnswerTool,
15
- OpenAIServerModel,
16
  )
17
  from smolagents.utils import encode_image_base64, make_image_url
18
  from vision_tool import image_reasoning_tool
 
12
  WikipediaSearchTool,
13
  PythonInterpreterTool,
14
  FinalAnswerTool,
15
+ OpenAIServerModel
16
  )
17
  from smolagents.utils import encode_image_base64, make_image_url
18
  from vision_tool import image_reasoning_tool