raghavNCI commited on
Commit
c60bbd1
·
1 Parent(s): 88b7b58

search changes v2

Browse files
Files changed (1) hide show
  1. question.py +3 -3
question.py CHANGED
@@ -83,10 +83,10 @@ async def ask_question(input: QuestionInput):
83
 
84
  # Search Google News
85
  results = search_google_news(keywords)
86
- print("Found articles:", len(results))
87
 
88
- for r in results:
89
- print(r["title"], r["link"])
90
 
91
  # Build context from snippet/description
92
  context = "\n\n".join([
 
83
 
84
  # Search Google News
85
  results = search_google_news(keywords)
86
+ print("Found articles:", results)
87
 
88
+ # for r in results:
89
+ # print(r["title"], r["link"])
90
 
91
  # Build context from snippet/description
92
  context = "\n\n".join([