aldohenrique commited on
Commit
a654e7b
·
verified ·
1 Parent(s): c661b4a

Update ai_logic.py

Browse files
Files changed (1) hide show
  1. ai_logic.py +1 -1
ai_logic.py CHANGED
@@ -42,7 +42,7 @@ NEW_MODELS_TO_TEST = [
42
  ("IBM 2B", "ibm-granite/granite-3.3-2b-instruct")
43
  ]
44
 
45
- DEFAULT_MODEL = "Mistral 7B"
46
 
47
  # --- Gerenciamento de Sessão ---
48
  user_sessions: Dict[str, Dict[str, List | Dict]] = {}
 
42
  ("IBM 2B", "ibm-granite/granite-3.3-2b-instruct")
43
  ]
44
 
45
+ DEFAULT_MODEL = "Llama 3.2 3B"
46
 
47
  # --- Gerenciamento de Sessão ---
48
  user_sessions: Dict[str, Dict[str, List | Dict]] = {}