stivenDR14 commited on
Commit
0a3f316
·
1 Parent(s): f2b34f4

update models

Browse files
Files changed (1) hide show
  1. utils.py +4 -4
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 3.5 Mini Instruct": "microsoft/Phi-3.5-mini-instruct",
14
- "Huggingface / Google Gemma 3 12B Instruct": "google/gemma-3-12b-it",
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 3.5 Mini Instruct": "microsoft/Phi-3.5-mini-instruct",
23
- "Huggingface / Google Gemma 3 12B Instruct": "google/gemma-3-12b-it",
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