Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -373,7 +373,7 @@ def improve_report_from_chat(user_message: str, chat_history: list, report_text:
|
|
| 373 |
os.getenv("OPENAI_API_KEY"),
|
| 374 |
os.getenv("SERPAPI_API_KEY"),
|
| 375 |
report_text,
|
| 376 |
-
initial_request=initial_request
|
| 377 |
qa=qa,
|
| 378 |
target_style=style,
|
| 379 |
knowledge_crumbs=crumbs_text,
|
|
|
|
| 373 |
os.getenv("OPENAI_API_KEY"),
|
| 374 |
os.getenv("SERPAPI_API_KEY"),
|
| 375 |
report_text,
|
| 376 |
+
initial_request=initial_request,
|
| 377 |
qa=qa,
|
| 378 |
target_style=style,
|
| 379 |
knowledge_crumbs=crumbs_text,
|