Skip to content

Jan 2024 Updates #132

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 97 commits into
base: main
Choose a base branch
from
Open

Jan 2024 Updates #132

wants to merge 97 commits into from

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