Spaces:
Running
Running
Update ai_logic.py
Browse files- ai_logic.py +6 -1
ai_logic.py
CHANGED
@@ -38,8 +38,13 @@ NEW_MODELS_TO_TEST = [
|
|
38 |
("OpenHermes 2.5 Mistral", "teknium/OpenHermes-2.5-Mistral-7B"),
|
39 |
("Gemma 7B Instruct", "google/gemma-7b-it"),
|
40 |
("Qwen 2.5-7B Instruct", "Qwen/Qwen2.5-7B-Instruct"),
|
41 |
-
("OLMo 7B Instruct", "allenai/OLMo-7B-Instruct-hf")
|
|
|
|
|
|
|
|
|
42 |
]
|
|
|
43 |
DEFAULT_MODEL = "Mistral 7B (Mais acertivo)"
|
44 |
|
45 |
# --- Gerenciamento de Sessão ---
|
|
|
38 |
("OpenHermes 2.5 Mistral", "teknium/OpenHermes-2.5-Mistral-7B"),
|
39 |
("Gemma 7B Instruct", "google/gemma-7b-it"),
|
40 |
("Qwen 2.5-7B Instruct", "Qwen/Qwen2.5-7B-Instruct"),
|
41 |
+
("OLMo 7B Instruct", "allenai/OLMo-7B-Instruct-hf"),
|
42 |
+
("Mistral NEMO 12B", "mistralai/Mistral-NEMO-12B"),
|
43 |
+
("Phi-3 128k Instruct", "microsoft/Phi-3-mini-128k-instruct"),
|
44 |
+
("Gemma 5B Text", "google/gemma-5b-text"),
|
45 |
+
("CodeLlama-34M-Instruct", "codellama/CodeLlama-34M-Instruct-hf")
|
46 |
]
|
47 |
+
|
48 |
DEFAULT_MODEL = "Mistral 7B (Mais acertivo)"
|
49 |
|
50 |
# --- Gerenciamento de Sessão ---
|