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
Added `MaxCompletionTokens` property to `appsettings.json`, `ChatGptParameters.cs`, and `ChatGptRequest.cs`. Modified `ChatGptClient.cs` to handle `MaxCompletionTokens` and set `MaxTokens` to null if it is set.
o1 series models supports a new
max_completion_tokens
property: https://platform.openai.com/docs/api-reference/chat/create#chat-create-max_completion_tokensThe text was updated successfully, but these errors were encountered: