timoklimmer / powerproxy-aoai

Monitors and processes traffic to and from Azure OpenAI endpoints.
MIT License
83 stars 23 forks source link

fix: completion_token are not always part of the response #56

Closed cponfick closed 4 months ago

cponfick commented 4 months ago

For embedding models, the response body does not contain the "completion_token" field. This case has to be handled.

sergey124 commented 4 months ago

@cponfick , could you fix typo in PR name & description?

complition -> completion

timoklimmer commented 4 months ago

Thanks a lot for submitting this PR @cponfick and commenting @sergey124. I will merge the PR now and close.