Spaces:
Runtime error
Runtime error
Update tools/tools.py
Browse files- tools/tools.py +1 -1
tools/tools.py
CHANGED
|
@@ -16,7 +16,7 @@ from pytesseract import image_to_string
|
|
| 16 |
|
| 17 |
load_dotenv()
|
| 18 |
|
| 19 |
-
MODEL_ID = "gemini/gemini-2.5-flash
|
| 20 |
|
| 21 |
# Vision Tool
|
| 22 |
@tool
|
|
|
|
| 16 |
|
| 17 |
load_dotenv()
|
| 18 |
|
| 19 |
+
MODEL_ID = "gemini/gemini-2.5-flash"
|
| 20 |
|
| 21 |
# Vision Tool
|
| 22 |
@tool
|