Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -138,7 +138,7 @@ async def groqgenerate(json_data: Dict[str, Any]):
|
|
138 |
yield "data: [DONE]\n\n"
|
139 |
|
140 |
except Exception as e:
|
141 |
-
|
142 |
|
143 |
|
144 |
|
|
|
138 |
yield "data: [DONE]\n\n"
|
139 |
|
140 |
except Exception as e:
|
141 |
+
generate(json_data)
|
142 |
|
143 |
|
144 |
|