Closed l-winston closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 99.04%. Comparing base (
774fc9d
) to head (0d4db46
). Report is 58 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
hey @sashabaranov could you take a look at this PR 😁
Thank you, it seems like this is fixed in an earlier PR! #860
@sashabaranov that PR did fix the json tag but leaves many typos, which I also fixed.
Ah, got it, thanks!
@sashabaranov fixed
Currently API calls to o1 models are broken due to a typo in the json tag of
ChatCompletionRequest
This PR corrects the spelling of
MaxCompletionsTokens
toMaxCompletionTokens
and also fixes the json tagmax_completion_tokens
.There already exists a similar PR but it doesn't fix all occurrences of the typo.