ahuang11 commited on
Commit
6b60a0b
1 Parent(s): a0bf383

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ from panel.io.mime_render import exec_with_return
7
 
8
  pn.extension("codeeditor", sizing_mode="stretch_width")
9
 
10
- LLM_MODEL = "mistral-medium"
11
  SYSTEM_MESSAGE = ChatMessage(
12
  role="system",
13
  content=(
 
7
 
8
  pn.extension("codeeditor", sizing_mode="stretch_width")
9
 
10
+ LLM_MODEL = "mistral-small"
11
  SYSTEM_MESSAGE = ChatMessage(
12
  role="system",
13
  content=(