You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
whereas ChatCompletionResponse has a Usage field where i can see how many tokens were involved in a request, there is nothing like that for ChatCompletionStream. since i need to monitor usage, this is a problem for me. so i would request that usage is somehow provided for streaming requests. on the other hand, i heard that such information is not even provided by openai, which would be unfortunate. thanks!
The text was updated successfully, but these errors were encountered:
whereas
ChatCompletionResponse
has aUsage
field where i can see how many tokens were involved in a request, there is nothing like that forChatCompletionStream
. since i need to monitor usage, this is a problem for me. so i would request that usage is somehow provided for streaming requests. on the other hand, i heard that such information is not even provided by openai, which would be unfortunate. thanks!The text was updated successfully, but these errors were encountered: