Daemontatox commited on
Commit
a106ce8
·
verified ·
1 Parent(s): bf82e71

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -143,7 +143,11 @@ llm = ChatOpenAI(
143
  model="google/gemini-2.0-flash-thinking-exp:free",
144
  max_tokens=None,
145
  timeout=None,
146
- stream=True
 
 
 
 
147
 
148
  )
149
 
 
143
  model="google/gemini-2.0-flash-thinking-exp:free",
144
  max_tokens=None,
145
  timeout=None,
146
+ max_retries=2,
147
+ streaming=True,
148
+
149
+
150
+
151
 
152
  )
153