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

new gpt3-turbo and whisper API #11

Open
Moelf opened this issue Mar 2, 2023 · 1 comment
Open

new gpt3-turbo and whisper API #11

Moelf opened this issue Mar 2, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@Moelf
Copy link
Contributor

Moelf commented Mar 2, 2023

https://openai.com/blog/introducing-chatgpt-and-whisper-apis

julia> CC = OpenAI.create_completion("-......................", "gpt-3.5-turbo")
ERROR: request status HTTP/2 404: {
  "error": {
    "message": "This is a chat model and not supported in the v1/completions endpoint. Did you mean to use v1/chat/completions?",
    "type": "invalid_request_error",
    "param": "model",
    "code": null
  }
}
@Moelf Moelf changed the title new gpt3-turbo and whisper new gpt3-turbo and whisper API Mar 2, 2023
@roryl23
Copy link
Collaborator

roryl23 commented Apr 7, 2023

For Whisper, there's a package recently developed that wraps the C++ model implementation rather than the API if that's a better use case for some people. Obviously we'll still implement the API wrapping here.

@cpfiffer cpfiffer added the enhancement New feature or request label Dec 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants