Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -26,6 +26,9 @@ def generate_response(
|
|
| 26 |
):
|
| 27 |
print('=====================')
|
| 28 |
print(type(history))
|
|
|
|
|
|
|
|
|
|
| 29 |
listObject = ""
|
| 30 |
try:
|
| 31 |
listObject = json.loads(system_prompt)
|
|
|
|
| 26 |
):
|
| 27 |
print('=====================')
|
| 28 |
print(type(history))
|
| 29 |
+
print(history)
|
| 30 |
+
print(type(system_prompt))
|
| 31 |
+
print('=====================')
|
| 32 |
listObject = ""
|
| 33 |
try:
|
| 34 |
listObject = json.loads(system_prompt)
|