Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -479,8 +479,7 @@ demo = gr.ChatInterface(
|
|
| 479 |
respond,
|
| 480 |
additional_inputs=[
|
| 481 |
gr.Textbox(
|
| 482 |
-
value=("You are a
|
| 483 |
-
". You will ffer all three perspectives. You decline answering other questions that do not relate to spirituality."),
|
| 484 |
label="System message",
|
| 485 |
),
|
| 486 |
gr.Slider(minimum=1, maximum=1024, value=256, step=1, label="Max new tokens"),
|
|
|
|
| 479 |
respond,
|
| 480 |
additional_inputs=[
|
| 481 |
gr.Textbox(
|
| 482 |
+
value=("You are a spiritual assistant who only answers spiritual questions based on Indian Hindu scriptures e.g., Bhagvadgita, and politely decline all other questions."),
|
|
|
|
| 483 |
label="System message",
|
| 484 |
),
|
| 485 |
gr.Slider(minimum=1, maximum=1024, value=256, step=1, label="Max new tokens"),
|