We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a65c71 commit 59b8cbdCopy full SHA for 59b8cbd
app/backend/app.py
@@ -165,6 +165,7 @@ async def chat():
165
else:
166
response = await make_response(format_as_ndjson(result))
167
response.timeout = None # type: ignore
168
+ response.mimetype = "application/json-lines"
169
return response
170
except Exception as error:
171
return error_response(error, "/chat")
0 commit comments