AlignAI commited on
Commit
265f7d8
·
verified ·
1 Parent(s): 640263d

Update research/arxiv_research.py

Browse files
Files changed (1) hide show
  1. research/arxiv_research.py +1 -1
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.5-pro-exp-03-25:free"
15
 
16
  FIXED_PAPER_COUNT = 70
17
  async def call_openrouter_async(session, messages, model=DEFAULT_MODEL):
 
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):