Spaces:
Running
Running
Update research/arxiv_research.py
Browse files
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.
|
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):
|