Spaces:
Running
Running
Saikat Barua
commited on
Update 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.0-flash-
|
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()
|