Maouu commited on
Commit
79f51b5
·
verified ·
1 Parent(s): f390bfd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- return generate(json_data)
142
 
143
 
144
 
 
138
  yield "data: [DONE]\n\n"
139
 
140
  except Exception as e:
141
+ generate(json_data)
142
 
143
 
144