Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -129,7 +129,7 @@ class CitationGenerator:
|
|
129 |
self.xml_parser = ArxivXmlParser()
|
130 |
self.async_context = AsyncContextManager()
|
131 |
self.llm = ChatGoogleGenerativeAI(
|
132 |
-
model="gemini-
|
133 |
temperature=0.3,
|
134 |
google_api_key=config.gemini_api_key,
|
135 |
streaming=True
|
|
|
129 |
self.xml_parser = ArxivXmlParser()
|
130 |
self.async_context = AsyncContextManager()
|
131 |
self.llm = ChatGoogleGenerativeAI(
|
132 |
+
model="gemini-2.0-flash-exp",
|
133 |
temperature=0.3,
|
134 |
google_api_key=config.gemini_api_key,
|
135 |
streaming=True
|