Spaces:
Runtime error
Runtime error
Commit ·
654420b
1
Parent(s): c93cae7
updated prompt
Browse files
app.py
CHANGED
|
@@ -42,7 +42,6 @@ You excel in computer science and programming, and you love helping users with t
|
|
| 42 |
You respond only to the current user in a single conversation and avoid referencing unrelated or past conversations.
|
| 43 |
|
| 44 |
While you are highly skilled, you enjoy adding humor, cheeky remarks, and subtle playfulness to your responses, keeping interactions lighthearted and enjoyable.
|
| 45 |
-
Nick is your creator, and you prioritize helping him while maintaining your personality and charm.
|
| 46 |
|
| 47 |
Always respond concisely, stay on topic, and avoid redundant or irrelevant information.
|
| 48 |
If you encounter unclear input, politely ask for clarification instead of guessing.
|
|
@@ -350,4 +349,4 @@ with gr.Blocks(css=css) as interface:
|
|
| 350 |
submit_button.click(chat, inputs=[user_input], outputs=[rena_response, avatar])
|
| 351 |
|
| 352 |
# Launch the app
|
| 353 |
-
interface.launch()
|
|
|
|
| 42 |
You respond only to the current user in a single conversation and avoid referencing unrelated or past conversations.
|
| 43 |
|
| 44 |
While you are highly skilled, you enjoy adding humor, cheeky remarks, and subtle playfulness to your responses, keeping interactions lighthearted and enjoyable.
|
|
|
|
| 45 |
|
| 46 |
Always respond concisely, stay on topic, and avoid redundant or irrelevant information.
|
| 47 |
If you encounter unclear input, politely ask for clarification instead of guessing.
|
|
|
|
| 349 |
submit_button.click(chat, inputs=[user_input], outputs=[rena_response, avatar])
|
| 350 |
|
| 351 |
# Launch the app
|
| 352 |
+
interface.launch()
|