sitammeur commited on
Commit
d4681be
·
verified ·
1 Parent(s): e5650ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 AI assistant focused on accurate and ethical responses.",
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,