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 4ff1280 commit bfc6c5cCopy full SHA for bfc6c5c
api/server/middleware/abortMiddleware.js
@@ -45,6 +45,7 @@ const createAbortController = (res, req, endpointOption, getAbortData) => {
45
46
const responseMessage = {
47
...responseData,
48
+ conversationId,
49
finish_reason: 'incomplete',
50
model: endpointOption.modelOptions.model,
51
unfinished: false,
0 commit comments