jsmanrique commited on
Commit
f9ed690
verified
1 Parent(s): 19ba633

Update models in app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -5,9 +5,8 @@ import os
5
  # --- Modelos Disponibles ---
6
  # Seleccionamos modelos 'instruct' o 'chat' que son buenos para seguir 贸rdenes.
7
  AVAILABLE_MODELS = {
8
- "Llama 3 8B Instruct": "meta-llama/Meta-Llama-3-8B-Instruct",
9
- "Gemma 2 9B Instruct": "google/gemma-2-9b-it",
10
- "Mistral 7B Instruct": "mistralai/Mistral-7B-Instruct-v0.2",
11
  }
12
 
13
  # --- Plantilla del Prompt ---
 
5
  # --- Modelos Disponibles ---
6
  # Seleccionamos modelos 'instruct' o 'chat' que son buenos para seguir 贸rdenes.
7
  AVAILABLE_MODELS = {
8
+ "Gemma 3 4B Instruct": "google/gemma-3-4b-it",
9
+ "Mistral 7B Instruct": "mistralai/Mistral-7B-Instruct-v0.3",
 
10
  }
11
 
12
  # --- Plantilla del Prompt ---