Skip to content

Commit

Permalink
fat finger
Browse files Browse the repository at this point in the history
  • Loading branch information
phact committed May 7, 2024
1 parent fad8ce6 commit 2038a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion impl/routes/stateless.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ async def _completion_from_request(
kwargs["logit_bias"] = chat_request.logit_bias

if chat_request.user is not None:
kwargs["user"] = chat_request.usefunctionsr
kwargs["user"] = chat_request.user

response = await get_async_chat_completion_response(**kwargs)

Expand Down

0 comments on commit 2038a6e

Please sign in to comment.