mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-16 16:30:15 +01:00
fix(abortMiddleware): fix aborted messages not saving (#894)
This commit is contained in:
parent
b284698825
commit
a22b59f109
1 changed files with 1 additions and 0 deletions
|
|
@ -45,6 +45,7 @@ const createAbortController = (res, req, endpointOption, getAbortData) => {
|
|||
|
||||
const responseMessage = {
|
||||
...responseData,
|
||||
conversationId,
|
||||
finish_reason: 'incomplete',
|
||||
model: endpointOption.modelOptions.model,
|
||||
unfinished: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue