Do GPTS make external requests?

I just uploaded my OpenAPI contract into GPT’s configuration, and it’s attempting to make requests. However, in reality, there are no external requests being registered in my web server logs.

I’ve tried different servers and the simplest methods, but nothing seems to work. Interestingly, in the OpenAI chat, it appears that requests are failing due to a server error (which is incorrect, as the servers are functioning properly). I even tested it with a Postman mock server, and the same issue persists.

Has anyone else encountered this problem?

can you go into more details as to what you’re trying to do?

Are you talking about the assistants API, or do you mean chat/completions?

I meant GPTs in ChatGPT. Did someone run the requests-based OpenAPI configurations?

chat_openai_com/gpts/mine

While I am trying to do any request - answer is same:

If you have actions defined in your GPT, then it can make external requests