sharsh02 commited on
Commit
bf3c0a6
1 Parent(s): 9e0ada4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ tomorrow = plus_one_day.strftime('%B %d')
45
  client = InferenceClient("mistralai/Mistral-7B-Instruct-v0.3")
46
  # client = InferenceClient("meta-llama/Meta-Llama-3-8B-Instruct")
47
  # client = InferenceClient("google/gemma-2-2b-it")
48
- client_func_call = InferenceClient("mistralai/Mistral-7B-Instruct-v0.3")
49
  # client_func_call = InferenceClient("microsoft/Phi-3-mini-4k-instruct")
50
 
51
 
 
45
  client = InferenceClient("mistralai/Mistral-7B-Instruct-v0.3")
46
  # client = InferenceClient("meta-llama/Meta-Llama-3-8B-Instruct")
47
  # client = InferenceClient("google/gemma-2-2b-it")
48
+ client_func_call = InferenceClient("mistralai/Mistral-7B-Instruct-v0.1")
49
  # client_func_call = InferenceClient("microsoft/Phi-3-mini-4k-instruct")
50
 
51