Spaces:
Running
Running
Update ai_logic.py
Browse files- ai_logic.py +1 -0
ai_logic.py
CHANGED
@@ -26,6 +26,7 @@ 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 |
|
|
|
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 |
+
"Gemma 7B (Google)":"google/gemma-7b-it",
|
30 |
"Zephyr 7B": "HuggingFaceH4/zephyr-7b-beta"
|
31 |
}
|
32 |
|