openai-php / client

⚡️ OpenAI PHP is a supercharged community-maintained PHP API client that allows you to interact with OpenAI API.
MIT License
4.75k stars 491 forks source link

add chatgpt3.5 #61

Closed diudiudiuu closed 1 year ago

diudiudiuu commented 1 year ago

doc uri https://platform.openai.com/docs/api-reference/chat

diudiudiuu commented 1 year ago

image composer install openai, but not find chat.

nmeirik commented 1 year ago

When I attempt to use the gpt-3.5-turbo model, I get the following response from the API:

This is a chat model and not supported in the v1/completions endpoint. Did you mean to use v1/chat/completions?

rodrigoisabelo commented 1 year ago

Hi @nmeirik

OpenAI Chat API is different from Completions API. If you want to use gpt-3.5-turbo, this package does not support it yet, but the PR is on the way #60 . You can use text-davinci-003 or other text-based models for now on Completions API.

dilab commented 1 year ago

can't wait to have this PR merged!

diudiudiuu commented 1 year ago

When I attempt to use the gpt-3.5-turbo model, I get the following response from the API:

This is a chat model and not supported in the v1/completions endpoint. Did you mean to use v1/chat/completions?

yeah, But it not v1/chat/completions

diudiudiuu commented 1 year ago

Hi @nmeirik

OpenAI Chat API is different from Completions API. If you want to use gpt-3.5-turbo, this package does not support it yet, but the PR is on the way #60 . You can use text-davinci-003 or other text-based models for now on Completions API.

I can not wait any more

nunomaduro commented 1 year ago

Done: https://twitter.com/enunomaduro/status/1631221339028684802?s=20.