Only gpt-3.5-turbo works. Older models return 404 error. #25
-
I've change the model to multiple options gpt-3.5-turbo, text-davinci-003, text-davinci-002, etc, and gpt-3.5-turbo is the only one that returns a valid response. I get a 404 for everything else. I'm happy to accept it's something on my part, except I've gone trough the docs verbatim. This wouldn't be a issue except that gpt-3.5-turbo is extremely slow. Sometimes a 5-10 second response, which will result in a bounce for most users. So I'd like to use an older/faster model where possible. The Stack Trace:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi there @jacksutherland, Some of those models are only available via the Please see the Examples in the readme for details on which models are available on which endpoints. You may also find this official information from OpenAI useful too. Regarding API endpoint speeds (latencies), you may like to review these suggestions from OpenIA themselves. All the best, James |
Beta Was this translation helpful? Give feedback.
Hi there @jacksutherland,
Some of those models are only available via the
chatCompletions
handler, and others are available via thecompletions
handler.Please see the Examples in the readme for details on which models are available on which endpoints.
You may also find this official information from OpenAI useful too.
Regarding API endpoint speeds (latencies), you may like to review these suggestions from OpenIA themselves.
All the best,
James