Guiyom commited on
Commit
15a48c9
·
verified ·
1 Parent(s): 21936f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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,