stivenDR14
commited on
Commit
·
c5332dd
1
Parent(s):
9217f3e
llm valid models
Browse files
utils.py
CHANGED
@@ -12,7 +12,6 @@ if ENVIRONMENT == "dev":
|
|
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 |
-
"Huggingface / Jamba Mini 1.6": "ai21labs/AI21-Jamba-Mini-1.6",
|
16 |
"IBM Granite3.1 dense / Ollama local": "ollama",
|
17 |
"Open AI / GPT-4o-mini": "openai",
|
18 |
}
|
@@ -22,7 +21,6 @@ else:
|
|
22 |
"Huggingface / Microsoft Phi 3.5 Mini Instruct": "microsoft/Phi-3.5-mini-instruct",
|
23 |
"Huggingface / Google Gemma 2 9B Instruct": "google/gemma-2-9b-it",
|
24 |
"Huggingface / Meta Llama 3.1 8B Instruct": "meta-llama/Llama-3.1-8B-Instruct",
|
25 |
-
"Huggingface / Jamba Mini 1.6": "ai21labs/AI21-Jamba-Mini-1.6",
|
26 |
"Open AI / GPT-4o-mini": "openai",
|
27 |
}
|
28 |
|
|
|
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",
|
17 |
}
|
|
|
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 |
}
|
26 |
|