Skip to content

Commit

Permalink
Merge branch 'main' into lpinheiro/chore/update-ci-tests-and-coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
jackgerrits authored Jan 17, 2025
2 parents 2cb1b94 + ce20de9 commit fb5d31c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ async def create(
for x in choice.logprobs.content
]
response = CreateResult(
finish_reason=finish_reason, # type: ignore
finish_reason=normalize_stop_reason(finish_reason),
content=content,
usage=usage,
cached=False,
Expand Down

0 comments on commit fb5d31c

Please sign in to comment.