AmineLemsih commited on
Commit
2742d1d
·
verified ·
1 Parent(s): 0a32d9c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ def get_current_time_in_timezone(timezone: str) -> str:
65
  # ---------- AGENT ----------
66
 
67
  model = HfApiModel(
68
- model_id="HuggingFaceH4/zephyr-7b-beta",
69
  temperature=0.5,
70
  max_tokens=2048,
71
  )
 
65
  # ---------- AGENT ----------
66
 
67
  model = HfApiModel(
68
+ model_id="mistralai/Mistral-7B-Instruct-v0.1",
69
  temperature=0.5,
70
  max_tokens=2048,
71
  )