#Is it right API for using ChatGPT??
8 messages · Page 1 of 1 (latest)
That python script is using the older completions api: https://platform.openai.com/docs/api-reference/completions
An API for accessing new AI models developed by OpenAI
You mean "https://api.openai.com/v1/engines/davinci/completions" is old API?
davinci is an older model than gpt 3.5-turbo
So when I wanna use ChatGPT REST API , I can both API. right??
both language models are still usable if that's your question, although the formulation of the request body will change.