Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -16,9 +16,7 @@ MODELS = {
|
|
| 16 |
"Microsoft": "microsoft/Phi-3-mini-4k-instruct",
|
| 17 |
"Mixtral 8x7B": "mistralai/Mistral-7B-Instruct-v0.3",
|
| 18 |
"Mixtral Nous-Hermes": "NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO",
|
| 19 |
-
"Aya-23-35B": "CohereForAI/aya-23-35B"
|
| 20 |
-
"DeepSeek-V3": "deepseek/deepseek-chat"
|
| 21 |
-
}
|
| 22 |
|
| 23 |
# Cohere Command R+ 모델 ID 정의
|
| 24 |
COHERE_MODEL = "CohereForAI/c4ai-command-r-plus-08-2024"
|
|
|
|
| 16 |
"Microsoft": "microsoft/Phi-3-mini-4k-instruct",
|
| 17 |
"Mixtral 8x7B": "mistralai/Mistral-7B-Instruct-v0.3",
|
| 18 |
"Mixtral Nous-Hermes": "NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO",
|
| 19 |
+
"Aya-23-35B": "CohereForAI/aya-23-35B"}
|
|
|
|
|
|
|
| 20 |
|
| 21 |
# Cohere Command R+ 모델 ID 정의
|
| 22 |
COHERE_MODEL = "CohereForAI/c4ai-command-r-plus-08-2024"
|