SergeyO7 commited on
Commit
622d029
·
verified ·
1 Parent(s): 1d5ce9d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -109,9 +109,9 @@ def get_current_time_in_timezone(timezone: str) -> str:
109
 
110
  final_answer = FinalAnswerTool()
111
  model = LiteLLMModel(
112
- model_id="gemini/gemini-2.0-flash-lite",
113
  temperature=0.7,
114
- api_key=userdata.get("GEMINI_KEY"),
115
  custom_role_conversions=None,
116
  )
117
 
 
109
 
110
  final_answer = FinalAnswerTool()
111
  model = LiteLLMModel(
112
+ model_id="'https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud/",
113
  temperature=0.7,
114
+ api_key=userdata.get("HF_TOKEN"),
115
  custom_role_conversions=None,
116
  )
117