Skip to content

Commit c350520

Browse files
author
SEO7077
committed
Update main-en.py
1 parent f880a86 commit c350520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main-en.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ async def generate_stream():
420420
"choices": [
421421
{
422422
"index": 0,
423-
"delta": {"content": line + '\n'} if i > 0 else {"role": "assistant", "content": ""},
423+
"delta": {"content": line + '\n'}, # if i > 0 else {"role": "assistant", "content": ""},
424424
"finish_reason": None
425425
}
426426
]

0 commit comments

Comments
 (0)