#Yeah if you update your endpoint to this
7 messages · Page 1 of 1 (latest)
Was an old endpoint! Works like a charm with the url you provided. Where did you find it?
Greatly appreciated ❤️ @gilded raptor
Glad to hear it worked out well \o/
I use this page for reference: https://platform.openai.com/docs/api-reference/completions to get the URL
An API for accessing new AI models developed by OpenAI
since all models are done through the body of the request now, you can list all models from one endpoint, choose one, and call a singular endpoint with any different model you want
only difference is Chat GPT models are on the /chat/ endpoint and require you to use a different prompt style