Skip to content

Commit e89fa26

Browse files
committed
bug fixed
1 parent c16ce62 commit e89fa26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ app.post("/v1/chat/completions", async (req, res) => {
106106
{
107107
index: 0,
108108
delta: {
109-
content: escapedContent,
109+
content: chunkContent,
110110
},
111111
finish_reason: null,
112112
},

0 commit comments

Comments
 (0)