Spaces:
Running
Running
Update agent/tools/vision_tools.py
Browse files
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 = "
|
| 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:
|