I am using ngrok so each time I restart I have to update the openapi spec and I do then click to right Save button but it keeps making calls to the old address even when I instruct it in the chat.
This apparent caching of the GPT specification has been observed in other contexts as well.
The best solution I’ve found is to just copy the YAML or JSON for your action, delete the faulty action, and paste your specifically into a new action.
This seems to be enough to force enough things back to some sort of default state that the actions will start working again.
1 Like
That worked thanks! Now if only we could access our Custom GPT and Actions by making requests to api endpoints programatically…
1 Like