yipengsun commited on
Commit
f1fefc1
·
verified ·
1 Parent(s): 3a37748

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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-1.5-flash",
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