#Permission error for google extension
26 messages · Page 1 of 1 (latest)
You can view how to use api in the document
https://platform.openai.com/docs/api-reference/authentication
An API for accessing new AI models developed by OpenAI
This doesn't exist
Please refer to the proper API documentation and don't use ChatGPT to work on OpenAI APIs 🙂
What end point do I use
An API for accessing new AI models developed by OpenAI
I don’t really understand that
Have you worked with APIs before?
Yes a bit
Most provided me with a end point with it right away
Oops sorry, I sent the wrong link earlier
This is the correct link https://platform.openai.com/docs/api-reference/completions
An API for accessing new AI models developed by OpenAI
As the end point
So if I put that in permissions I should be good?
@digital oasis
What permissions are you talking about?
You need to set up code to make requests to that endpoint, and etc
^
have a read of this link. It is in Python - but will work in many languages. This is the level of "authentication" you need. https://platform.openai.com/docs/libraries
An API for accessing new AI models developed by OpenAI
But you can also do it with raw HTTP POST's - but you need to form the request correctly. HTTP GET will nto work
Out of interest, it may be an issue with your Google Extension (if that is what you are using). If this is the case, what extension are you using?