sharsh02 commited on
Commit
cc7d552
1 Parent(s): 27b9160

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -474,7 +474,7 @@ def generate_final_response(prompt, history, context_files=[], ticker_stats=[],
474
  logging.info("\n\nAssigned into a followup query\n\n")
475
  chat_completion_params['follow_up_query'] = True
476
  else:
477
- logging.info("prompt & ticker: %s", question, ticker )
478
  logging.info("Getting into raw_news()")
479
  for stock in ticker:
480
  context_file, ticker_stat, ticker_financial, report, news_google = raw_news(raw_query=question, todays_news_func_call=chat_completion_params["todays_news_flag"], ticker=stock)
 
474
  logging.info("\n\nAssigned into a followup query\n\n")
475
  chat_completion_params['follow_up_query'] = True
476
  else:
477
+ logging.info("prompt & ticker: %s, %s", question, ticker )
478
  logging.info("Getting into raw_news()")
479
  for stock in ticker:
480
  context_file, ticker_stat, ticker_financial, report, news_google = raw_news(raw_query=question, todays_news_func_call=chat_completion_params["todays_news_flag"], ticker=stock)