stivenDR14
commited on
Commit
·
0a3f316
1
Parent(s):
f2b34f4
update models
Browse files
utils.py
CHANGED
@@ -10,8 +10,8 @@ if ENVIRONMENT == "dev":
|
|
10 |
AI_MODELS = {
|
11 |
"Huggingface / Meta Llama 3.1 8B Instruct": "meta-llama/Llama-3.1-8B-Instruct",
|
12 |
"Huggingface / Mistral Nemo Instruct": "mistralai/Mistral-Nemo-Instruct-2407",
|
13 |
-
"Huggingface / Microsoft Phi
|
14 |
-
"Huggingface / Google Gemma 3
|
15 |
"IBM Granite3.1 dense / Ollama local": "ollama",
|
16 |
"Open AI / GPT-4o-mini": "openai",
|
17 |
}
|
@@ -19,8 +19,8 @@ else:
|
|
19 |
AI_MODELS = {
|
20 |
"Huggingface / Meta Llama 3.1 8B Instruct": "meta-llama/Llama-3.1-8B-Instruct",
|
21 |
"Huggingface / Mistral Nemo Instruct": "mistralai/Mistral-Nemo-Instruct-2407",
|
22 |
-
"Huggingface / Microsoft Phi
|
23 |
-
"Huggingface / Google Gemma 3
|
24 |
"Open AI / GPT-4o-mini": "openai",
|
25 |
}
|
26 |
|
|
|
10 |
AI_MODELS = {
|
11 |
"Huggingface / Meta Llama 3.1 8B Instruct": "meta-llama/Llama-3.1-8B-Instruct",
|
12 |
"Huggingface / Mistral Nemo Instruct": "mistralai/Mistral-Nemo-Instruct-2407",
|
13 |
+
"Huggingface / Microsoft Phi 4 Mini Instruct": "microsoft/Phi-4-mini-instruct",
|
14 |
+
"Huggingface / Google Gemma 3 4B Instruct": "google/gemma-3-4b-it",
|
15 |
"IBM Granite3.1 dense / Ollama local": "ollama",
|
16 |
"Open AI / GPT-4o-mini": "openai",
|
17 |
}
|
|
|
19 |
AI_MODELS = {
|
20 |
"Huggingface / Meta Llama 3.1 8B Instruct": "meta-llama/Llama-3.1-8B-Instruct",
|
21 |
"Huggingface / Mistral Nemo Instruct": "mistralai/Mistral-Nemo-Instruct-2407",
|
22 |
+
"Huggingface / Microsoft Phi 4 Mini Instruct": "microsoft/Phi-4-mini-instruct",
|
23 |
+
"Huggingface / Google Gemma 3 4B Instruct": "google/gemma-3-4b-it",
|
24 |
"Open AI / GPT-4o-mini": "openai",
|
25 |
}
|
26 |
|