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

Add gpt-3.5.-turbo-instruct support to OpenAI REST #300

Merged
merged 2 commits into from
Oct 5, 2023

Conversation

rmitsch
Copy link
Collaborator

@rmitsch rmitsch commented Sep 21, 2023

Description

Add gpt-3.5.-turbo-instruct support to OpenAI REST.

Corresponding documentation PR

explosion/spaCy#12995

Types of change

Enhancement.

Checklist

  • I confirm that I have the right to submit this contribution under the project's MIT license.
  • I ran all tests in tests and usage_examples/tests, and all new and existing tests passed. This includes
    • all external tests (i. e. pytest ran with --external)
    • all tests requiring a GPU (i. e. pytest ran with --gpu)
  • My changes don't require a change to the documentation, or if they do, I've added all required information.

@rmitsch rmitsch added the feat/model Feature: models label Sep 21, 2023
@rmitsch rmitsch self-assigned this Sep 21, 2023
@rmitsch rmitsch added the Test external Run external tests label Sep 21, 2023
@rmitsch rmitsch marked this pull request as ready for review September 21, 2023 12:34
@rmitsch rmitsch changed the title Add gpt-3.5.-turbo-instruct support to OpenAI REST Add gpt-3.5.-turbo-instruct support to OpenAI REST Sep 21, 2023
@rmitsch rmitsch merged commit 515de9d into main Oct 5, 2023
37 checks passed
@rmitsch rmitsch deleted the feat/gpt-3.5-turbo-instruct branch October 5, 2023 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat/model Feature: models Test external Run external tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant