Ctaake commited on
Commit
645dc62
·
verified ·
1 Parent(s): c86ad9e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -9,6 +9,7 @@ from datetime import datetime
9
  # Model which is used
10
  checkpoint = "CohereForAI/c4ai-command-r-v01"
11
  checkpoint = "mistralai/Mistral-7B-Instruct-v0.2"
 
12
  path_to_log = "FlaggedFalse.txt"
13
 
14
  # Inference client with the model (And HF-token if needed)
 
9
  # Model which is used
10
  checkpoint = "CohereForAI/c4ai-command-r-v01"
11
  checkpoint = "mistralai/Mistral-7B-Instruct-v0.2"
12
+ checkpoint = "databricks/dbrx-instruct"
13
  path_to_log = "FlaggedFalse.txt"
14
 
15
  # Inference client with the model (And HF-token if needed)