Karim0111 commited on
Commit
555e7a6
·
verified ·
1 Parent(s): aab5144

Update agents.py

Browse files
Files changed (1) hide show
  1. agents.py +1 -1
agents.py CHANGED
@@ -22,7 +22,7 @@ with open("prompts.yaml", 'r') as stream:
22
 
23
  # WORKING MODEL SETUP
24
  react_model = LiteLLMModel(
25
- model_id="gemini/gemini-1.5-flash",
26
  api_key=os.getenv("GEMINI_KEY"),
27
  temperature=0.2
28
  )
 
22
 
23
  # WORKING MODEL SETUP
24
  react_model = LiteLLMModel(
25
+ model_id="huggingface/gemini/gemini-1.5-flash",
26
  api_key=os.getenv("GEMINI_KEY"),
27
  temperature=0.2
28
  )