Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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-
|
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=(
|