mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-04-17 18:18:11 +00:00
Patch Azure text completion persistence (#647)
This commit is contained in:
parent
171b1dd9aa
commit
8377600211
1 changed files with 1 additions and 0 deletions
|
@ -269,6 +269,7 @@ function handleStreamResponses(response, stream, responseProps) {
|
|||
for (const choice of event.choices) {
|
||||
const delta = choice.delta?.content;
|
||||
if (!delta) continue;
|
||||
fullText += delta;
|
||||
writeResponseChunk(response, {
|
||||
uuid,
|
||||
sources: [],
|
||||
|
|
Loading…
Add table
Reference in a new issue