kaleidoskop-hug
commited on
Commit
•
893c692
1
Parent(s):
ae4aeac
Update app.py
Browse files
app.py
CHANGED
@@ -20,6 +20,10 @@ model_links = {
|
|
20 |
"Mistral-7B-Instruct-v0.2": "mistralai/Mistral-7B-Instruct-v0.2",
|
21 |
"Mistral-7B-Instruct-v0.3": "mistralai/Mistral-7B-Instruct-v0.3",
|
22 |
"Mistral-Small-Instruct-2409": "mistralai/Mistral-Small-Instruct-2409",
|
|
|
|
|
|
|
|
|
23 |
}
|
24 |
|
25 |
def reset_conversation():
|
|
|
20 |
"Mistral-7B-Instruct-v0.2": "mistralai/Mistral-7B-Instruct-v0.2",
|
21 |
"Mistral-7B-Instruct-v0.3": "mistralai/Mistral-7B-Instruct-v0.3",
|
22 |
"Mistral-Small-Instruct-2409": "mistralai/Mistral-Small-Instruct-2409",
|
23 |
+
"EuroLLM-9B-Instruct": "utter-project/EuroLLM-9B-Instruct",
|
24 |
+
"EuroLLM-9B": "utter-project/EuroLLM-9B",
|
25 |
+
"Athene-V2-Chat": "Nexusflow/Athene-V2-Chat",
|
26 |
+
|
27 |
}
|
28 |
|
29 |
def reset_conversation():
|