stivenDR14 commited on
Commit
d0f390a
·
1 Parent(s): 1c7d5c8

update the gema model

Browse files
Files changed (1) hide show
  1. utils.py +2 -2
utils.py CHANGED
@@ -10,7 +10,7 @@ if ENVIRONMENT == "dev":
10
  AI_MODELS = {
11
  "Huggingface / Mistral Nemo Instruct": "mistralai/Mistral-Nemo-Instruct-2407",
12
  "Huggingface / Microsoft Phi 3.5 Mini Instruct": "microsoft/Phi-3.5-mini-instruct",
13
- "Huggingface / Google Gemma 3 4B Instruct": "google/gemma-3-4b-it",
14
  "Huggingface / Meta Llama 3.1 8B Instruct": "meta-llama/Llama-3.1-8B-Instruct",
15
  "IBM Granite3.1 dense / Ollama local": "ollama",
16
  "Open AI / GPT-4o-mini": "openai",
@@ -19,7 +19,7 @@ else:
19
  AI_MODELS = {
20
  "Huggingface / Mistral Nemo Instruct": "mistralai/Mistral-Nemo-Instruct-2407",
21
  "Huggingface / Microsoft Phi 3.5 Mini Instruct": "microsoft/Phi-3.5-mini-instruct",
22
- "Huggingface / Google Gemma 3 4B Instruct": "google/gemma-3-4b-it",
23
  "Huggingface / Meta Llama 3.1 8B Instruct": "meta-llama/Llama-3.1-8B-Instruct",
24
  "Open AI / GPT-4o-mini": "openai",
25
  }
 
10
  AI_MODELS = {
11
  "Huggingface / Mistral Nemo Instruct": "mistralai/Mistral-Nemo-Instruct-2407",
12
  "Huggingface / Microsoft Phi 3.5 Mini Instruct": "microsoft/Phi-3.5-mini-instruct",
13
+ "Huggingface / Google Gemma 2 9B Instruct": "google/gemma-2-9b-it",
14
  "Huggingface / Meta Llama 3.1 8B Instruct": "meta-llama/Llama-3.1-8B-Instruct",
15
  "IBM Granite3.1 dense / Ollama local": "ollama",
16
  "Open AI / GPT-4o-mini": "openai",
 
19
  AI_MODELS = {
20
  "Huggingface / Mistral Nemo Instruct": "mistralai/Mistral-Nemo-Instruct-2407",
21
  "Huggingface / Microsoft Phi 3.5 Mini Instruct": "microsoft/Phi-3.5-mini-instruct",
22
+ "Huggingface / Google Gemma 2 9B Instruct": "google/gemma-2-9b-it",
23
  "Huggingface / Meta Llama 3.1 8B Instruct": "meta-llama/Llama-3.1-8B-Instruct",
24
  "Open AI / GPT-4o-mini": "openai",
25
  }