Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -156,7 +156,7 @@ demo = gr.ChatInterface(
|
|
156 |
info="Select the AI model to use for chat",
|
157 |
),
|
158 |
gr.Textbox(
|
159 |
-
value="You are a helpful
|
160 |
label="System Prompt",
|
161 |
info="Define the AI assistant's personality and behavior",
|
162 |
lines=2,
|
|
|
156 |
info="Select the AI model to use for chat",
|
157 |
),
|
158 |
gr.Textbox(
|
159 |
+
value="You are a helpful assistant.",
|
160 |
label="System Prompt",
|
161 |
info="Define the AI assistant's personality and behavior",
|
162 |
lines=2,
|