DeepImagix commited on
Commit
63808a2
·
verified ·
1 Parent(s): b8f2b49

Update agent/tools/vision_tools.py

Browse files
Files changed (1) hide show
  1. agent/tools/vision_tools.py +1 -1
agent/tools/vision_tools.py CHANGED
@@ -9,7 +9,7 @@ import os
9
  log = logging.getLogger("agent.tools.vision")
10
 
11
  OPENROUTER_KEY = os.getenv("OPENROUTE_KEY", "")
12
- VISION_MODEL = "baidu/cobuddy:free"
13
 
14
 
15
  def analyze_image(image_b64: str, prompt: str = "Describe this image in detail.") -> str:
 
9
  log = logging.getLogger("agent.tools.vision")
10
 
11
  OPENROUTER_KEY = os.getenv("OPENROUTE_KEY", "")
12
+ VISION_MODEL = "nvidia/llama-nemotron-rerank-vl-1b-v2:free"
13
 
14
 
15
  def analyze_image(image_b64: str, prompt: str = "Describe this image in detail.") -> str: