Ctaake commited on
Commit
a49706d
·
verified ·
1 Parent(s): 562b13b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -7,8 +7,8 @@ from datetime import datetime
7
 
8
 
9
  # Model which is used
10
- checkpoint = "CohereForAI/c4ai-command-r-plus"
11
- checkpoint = "mistral-community/Mixtral-8x22B-v0.1"
12
  path_to_log = "log.txt"
13
  # Inference client with the model (And HF-token if needed)
14
  client = InferenceClient(checkpoint)
 
7
 
8
 
9
  # Model which is used
10
+ checkpoint = "CohereForAI/c4ai-command-r-v01"
11
+ #checkpoint = "mistral-community/Mixtral-8x22B-v0.1"
12
  path_to_log = "log.txt"
13
  # Inference client with the model (And HF-token if needed)
14
  client = InferenceClient(checkpoint)