Skip to content
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

Migrate From Old Completions + Embedding Endpoint #28

Merged
merged 2 commits into from
Aug 2, 2022

Conversation

RobotSail
Copy link
Contributor

OpenAI has moved its completions endpoint and embedding endpoint away from including the engineID as a part of the URL query string. This PR aims to close #27 by removing the engineID parameter from the calls, forcing users to specify them in the Request structs.

Signed-off-by: Oleg [email protected]

@sashabaranov sashabaranov merged commit 53212c7 into sashabaranov:master Aug 2, 2022
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.

Use the new API URLs and deprecate the old endpoints
2 participants