Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
|