Update app.py
Browse files
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 |
-
|
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 |
################################################
|