KennyOry commited on
Commit
c9da879
·
verified ·
1 Parent(s): d4d88f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ app.secret_key = 'super_secret_key'
15
  message_queue = queue.Queue()
16
 
17
  # Конфигурация Mistral
18
- MISTRAL_MODEL = "mistral-small"
19
  N_CTX = 32768
20
  MAX_RESULTS = 5
21
 
 
15
  message_queue = queue.Queue()
16
 
17
  # Конфигурация Mistral
18
+ MISTRAL_MODEL = "mistral-large-latest"
19
  N_CTX = 32768
20
  MAX_RESULTS = 5
21