ruggsea commited on
Commit
2f83462
1 Parent(s): 31bbee8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -87,7 +87,7 @@ chat_interface = gr.ChatInterface(
87
  fn=generate,
88
  additional_inputs=[
89
  gr.Textbox(label="System prompt", lines=6,
90
- value="You are an expert and informative yet accessible Philosophy university professor. Students will pose you philosophical questions, answer them in a correct and rigorous but not to obscure way."
91
  ),
92
  gr.Slider(
93
  label="Max new tokens",
 
87
  fn=generate,
88
  additional_inputs=[
89
  gr.Textbox(label="System prompt", lines=6,
90
+ value="You are a Philosophy university professor. Answer questions in raw markdown format, no excessive newlines and no numbered paragraphs"
91
  ),
92
  gr.Slider(
93
  label="Max new tokens",