Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
黄宇扬 committed May 24, 2024
1 parent 3ee69ca commit 889b329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/openai_server/fastllm_completion.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ async def chat_completion_full_generator(
result = ""
for res in result_generator:
result += res
asyncio.sleep(0)
await asyncio.sleep(0)

choice_data = ChatCompletionResponseChoice(
index=0,
Expand Down

0 comments on commit 889b329

Please sign in to comment.