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
feat: improve OpenAI response handling and token usage reporting (#246)
- Ignore errors when determining if the config file exists before creating it
- Add support for returning detailed prompt token usage in OpenAI responses
- Use MaxCompletionTokens instead of MaxTokens when specifying completion limits
- Remove redundant handling for O-series OpenAI models in completion requests
Signed-off-by: appleboy <[email protected]>
0 commit comments