Spaces:
Runtime error
Runtime error
more models
Browse files- chat/togetherchat.py +4 -2
chat/togetherchat.py
CHANGED
@@ -14,8 +14,10 @@ def models():
|
|
14 |
return [
|
15 |
'teknium/OpenHermes-2p5-Mistral-7B',
|
16 |
'META-LLAMA/LLAMA-3-8B-CHAT-HF',
|
17 |
-
'
|
18 |
-
'
|
|
|
|
|
19 |
'meta-llama/Llama-2-13b-chat-hf',
|
20 |
'meta-llama/Llama-2-70b-chat-hf',
|
21 |
'Open-Orca/Mistral-7B-OpenOrca',
|
|
|
14 |
return [
|
15 |
'teknium/OpenHermes-2p5-Mistral-7B',
|
16 |
'META-LLAMA/LLAMA-3-8B-CHAT-HF',
|
17 |
+
'microsoft/WizardLM-2-8x22B',
|
18 |
+
'WizardLM/WizardLM-13B-V1.2'
|
19 |
+
'Qwen/Qwen1.5-14B-Chat',
|
20 |
+
'togethercomputer/StripedHyena-Nous-7B',
|
21 |
'meta-llama/Llama-2-13b-chat-hf',
|
22 |
'meta-llama/Llama-2-70b-chat-hf',
|
23 |
'Open-Orca/Mistral-7B-OpenOrca',
|