Skip to content

Commit

Permalink
Typo fix in chat_completion.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Vhallo authored Jul 23, 2024
1 parent 3e8ffeb commit 88e4b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion endpoints/OAI/utils/chat_completion.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ async def stream_generate_chat_completion(
disconnect_task = asyncio.create_task(request_disconnect_loop(request))

try:
logger.info(f"Recieved chat completion streaming request {request.state.id}")
logger.info(f"Received chat completion streaming request {request.state.id}")

gen_params = data.to_gen_params()

Expand Down

0 comments on commit 88e4b10

Please sign in to comment.