Staticaliza
commited on
Commit
•
6e243f5
1
Parent(s):
1517c1a
Update app.py
Browse files
app.py
CHANGED
@@ -21,6 +21,7 @@ API_ENDPOINTS = {
|
|
21 |
"Llama": "meta-llama/Llama-2-70b-chat-hf",
|
22 |
"Mistral": "mistralai/Mistral-7B-v0.1",
|
23 |
"Mistral-2": "mistralai/Mistral-7B-Instruct-v0.1",
|
|
|
24 |
# "Yi": "01-ai/Yi-34XXXB-Chat",
|
25 |
}
|
26 |
|
|
|
21 |
"Llama": "meta-llama/Llama-2-70b-chat-hf",
|
22 |
"Mistral": "mistralai/Mistral-7B-v0.1",
|
23 |
"Mistral-2": "mistralai/Mistral-7B-Instruct-v0.1",
|
24 |
+
"Open-3.5": "openchat/openchat_3.5",
|
25 |
# "Yi": "01-ai/Yi-34XXXB-Chat",
|
26 |
}
|
27 |
|