Saikat Barua commited on
Commit
73cbddd
·
unverified ·
1 Parent(s): 9528e2b

Update arxiv_research.py

Browse files
Files changed (1) hide show
  1. research/arxiv_research.py +2 -2
research/arxiv_research.py CHANGED
@@ -11,7 +11,7 @@ ARXIV_API_URL = "http://export.arxiv.org/api/query"
11
 
12
  # Global API Key (You'll set this in app.py)
13
  OPENROUTER_API_KEY = ""
14
- DEFAULT_MODEL = "google/gemini-2.0-flash-lite-preview-02-05:free"
15
 
16
  FIXED_PAPER_COUNT = 70
17
  async def call_openrouter_async(session, messages, model=DEFAULT_MODEL):
@@ -218,4 +218,4 @@ async def research_flow(user_query, paper_count):
218
  # print(final_report)
219
 
220
  # if __name__ == "__main__":
221
- # main()
 
11
 
12
  # Global API Key (You'll set this in app.py)
13
  OPENROUTER_API_KEY = ""
14
+ DEFAULT_MODEL = "google/gemini-2.0-flash-thinking-exp-1219:free"
15
 
16
  FIXED_PAPER_COUNT = 70
17
  async def call_openrouter_async(session, messages, model=DEFAULT_MODEL):
 
218
  # print(final_report)
219
 
220
  # if __name__ == "__main__":
221
+ # main()