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 |
-
"
|
29 |
"Zephyr 7B": "HuggingFaceH4/zephyr-7b-beta"
|
30 |
}
|
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 (code) 7B": "deepseek-ai/deepseek-coder-6.7b-base",
|
29 |
"Zephyr 7B": "HuggingFaceH4/zephyr-7b-beta"
|
30 |
}
|
31 |
|