adamrushy / OpenAISwift

This is a wrapper library around the ChatGPT and OpenAI HTTP API
MIT License
1.6k stars 242 forks source link

Add `usage` to `OpenAI` payload struct #45

Closed eastriverlee closed 1 year ago

eastriverlee commented 1 year ago

This way, we can track tokens usage for sendEdits, sendCompletion, and sendChats.