sharsh02 commited on
Commit
5d4a144
1 Parent(s): 7e1d119

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -34,10 +34,10 @@ part = "day"
34
  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 = InferenceClient("mistralai/Mistral-7B-Instruct-v0.3")
41
 
42
 
43
  def time_logger(func):
 
34
  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 = InferenceClient("mistralai/Mistral-7B-Instruct-v0.3")
41
 
42
 
43
  def time_logger(func):