Spaces:
Running
Running
Update ai_logic.py
Browse files- ai_logic.py +1 -1
ai_logic.py
CHANGED
@@ -25,7 +25,7 @@ if not HF_TOKEN:
|
|
25 |
MODELS = {
|
26 |
"Mistral 7B": "mistralai/Mistral-7B-Instruct-v0.3",
|
27 |
"Phi-3 Mini (Microsoft)": "microsoft/Phi-3-mini-4k-instruct",
|
28 |
-
"Deepseek (
|
29 |
"Gemma 7B (Google)":"google/gemma-7b-it",
|
30 |
"Zephyr 7B": "HuggingFaceH4/zephyr-7b-beta"
|
31 |
}
|
|
|
25 |
MODELS = {
|
26 |
"Mistral 7B": "mistralai/Mistral-7B-Instruct-v0.3",
|
27 |
"Phi-3 Mini (Microsoft)": "microsoft/Phi-3-mini-4k-instruct",
|
28 |
+
"Deepseek (chat) 7B": "deepseek-ai/deepseek-vl-7b-chat",
|
29 |
"Gemma 7B (Google)":"google/gemma-7b-it",
|
30 |
"Zephyr 7B": "HuggingFaceH4/zephyr-7b-beta"
|
31 |
}
|