alexkueck commited on
Commit
038542f
1 Parent(s): 11d8724

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -86,8 +86,8 @@ MODEL_NAME ="gpt-4"
86
  #repo_id = "meta-llama/Llama-2-70b-chat-hf"
87
  #repo_id = "tiiuae/falcon-180B-chat"
88
  #repo_id = "Vicuna-33b"
89
- repo_id = "alexkueck/ChatBotLI2Klein"
90
- #repo_id ="mistralai/Mistral-7B-v0.1"
91
 
92
 
93
  ################################################
 
86
  #repo_id = "meta-llama/Llama-2-70b-chat-hf"
87
  #repo_id = "tiiuae/falcon-180B-chat"
88
  #repo_id = "Vicuna-33b"
89
+ #repo_id = "alexkueck/ChatBotLI2Klein"
90
+ repo_id ="mistralai/Mistral-7B-v0.1"
91
 
92
 
93
  ################################################