JuliaML / JuliaML/OpenAI.jl

new gpt3-turbo and whisper API

Open
#11 1 comment 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Julia
Stars
119
Forks
25
PR merge metrics
No merged PRs in 30d

Description

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
}
}
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.