sharsh02 commited on
Commit
1f03122
1 Parent(s): 564f1fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -35,8 +35,8 @@ today = datetime.now()
35
  logging.info("Todays date: %s", today)
36
 
37
  # client = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1")
38
- client = InferenceClient("meta-llama/Meta-Llama-3-8B-Instruct")
39
- # client = InferenceClient("mistralai/Mistral-7B-Instruct-v0.2")
40
  client_func_call = InferenceClient("mistralai/Mistral-7B-Instruct-v0.3")
41
  # client_func_call = InferenceClient("microsoft/Phi-3-mini-4k-instruct")
42
 
 
35
  logging.info("Todays date: %s", today)
36
 
37
  # client = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1")
38
+ # client = InferenceClient("meta-llama/Meta-Llama-3-8B-Instruct")
39
+ client = InferenceClient("mistralai/Mistral-7B-Instruct-v0.3")
40
  client_func_call = InferenceClient("mistralai/Mistral-7B-Instruct-v0.3")
41
  # client_func_call = InferenceClient("microsoft/Phi-3-mini-4k-instruct")
42