Spaces:
Running
Running
Update ai_logic.py
Browse files- ai_logic.py +2 -2
ai_logic.py
CHANGED
@@ -21,8 +21,8 @@ if not HF_TOKEN:
|
|
21 |
MODELS = {
|
22 |
"Phi-3 Mini": "microsoft/Phi-3-mini-4k-instruct",
|
23 |
"Mistral 7B": "mistralai/Mistral-7B-Instruct-v0.3",
|
24 |
-
"Deepseek (chat) 7B":"deepseek-ai/
|
25 |
-
"Gemma (Google) 7B":"google/gemma-7b
|
26 |
}
|
27 |
DEFAULT_MODEL = "Phi-3 Mini"
|
28 |
|
|
|
21 |
MODELS = {
|
22 |
"Phi-3 Mini": "microsoft/Phi-3-mini-4k-instruct",
|
23 |
"Mistral 7B": "mistralai/Mistral-7B-Instruct-v0.3",
|
24 |
+
"Deepseek (chat) 7B":"deepseek-ai/DeepSeek-V2-Lite-Chat",
|
25 |
+
"Gemma (Google) 7B":"google/gemma-7b"
|
26 |
}
|
27 |
DEFAULT_MODEL = "Phi-3 Mini"
|
28 |
|