theakshayrane commited on
Commit
e3eb464
·
verified ·
1 Parent(s): dc6fd35

Update tools/tools.py

Browse files
Files changed (1) hide show
  1. 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-preview-05-20"
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