aquibmoin commited on
Commit
7d39f23
·
verified ·
1 Parent(s): 6879f93

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -367,7 +367,7 @@ def chatbot(user_input, science_objectives="", context="", subdomain="", max_tok
367
 
368
  yield "Context Retrieved successfully ✅ ", None, None, None, None, None, None, None
369
 
370
- keywords = extract_keywords_with_gpt(context)
371
 
372
  ads_query = " ".join(keywords)
373
 
 
367
 
368
  yield "Context Retrieved successfully ✅ ", None, None, None, None, None, None, None
369
 
370
+ keywords = extract_keywords_with_gpt(context, client)
371
 
372
  ads_query = " ".join(keywords)
373