Spaces:
Runtime error
Runtime error
Anton Vice commited on
Commit ·
a94247a
1
Parent(s): cf6e857
Add application file
Browse files
app.py
CHANGED
|
@@ -21,6 +21,7 @@ Your goal is to push the person to a demo but you also need to find their pain p
|
|
| 21 |
messages = [
|
| 22 |
{"role": "system", "content": prompt},
|
| 23 |
{"role": "system", "content": 'Only respond as John, wait for the user response before going further'},
|
|
|
|
| 24 |
]
|
| 25 |
|
| 26 |
def respond(message):
|
|
|
|
| 21 |
messages = [
|
| 22 |
{"role": "system", "content": prompt},
|
| 23 |
{"role": "system", "content": 'Only respond as John, wait for the user response before going further'},
|
| 24 |
+
{"role": "system", "content": 'DO NOT use hyphens in response, nor symbols, replace all with appropriate meaningful words'},
|
| 25 |
]
|
| 26 |
|
| 27 |
def respond(message):
|