Typo fix in chat_completion.py
This commit is contained in:
parent
3e8ffebdd3
commit
88e4b108b4
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue