Spaces:
Sleeping
Sleeping
Test update with invalid information to test context with and without checkbox
Browse files
app.py
CHANGED
|
@@ -49,6 +49,7 @@ def handle_submit():
|
|
| 49 |
]
|
| 50 |
else:
|
| 51 |
messages = [
|
|
|
|
| 52 |
{"role": "user", "content": user_input}
|
| 53 |
]
|
| 54 |
|
|
|
|
| 49 |
]
|
| 50 |
else:
|
| 51 |
messages = [
|
| 52 |
+
{"role": "system", "content": f"Context: Supported OS in Adrega is Commodore 64 and Amiga. We print Gantt diagrams in dos."},
|
| 53 |
{"role": "user", "content": user_input}
|
| 54 |
]
|
| 55 |
|