Skip to content

Conversation

@MarkHoath
Copy link

Added the new Models and Endpoints.

Fixed some typos in the previous release

MarkHoath and others added 30 commits July 16, 2023 16:42
Fixes adamrushy#100 `sendChat is failing because ChatMessage has extra property`
Additional properties are not allowed ('id' was unexpected)
The current model enum and methods that have models as parameters could easily cause errors as any model could be chosen for any of those methods. By adding the new `OpenAIEndpointModel` type that corresponds to the compatibility list in the OpenAI docs, it’s much easier to select the fitting model. The new type does contain duplicate model strings, which is intended to make it easier to maintain. Backward compatibility is assured by marking the previous methods as deprecated. https://platform.openai.com/docs/models/model-endpoint-compatibility
@MarkHoath MarkHoath changed the title Jan 20224 Updates Jan 2024 Updates Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants