Weird, GPTs is becoming dumb

Hello,

I have a GPTs running for more than 10 months, and it looks dumb in recent few days, any update from ChatCPT side I should be awared? I didn’t update it in recent months.

Symtoms:

  • It is calling multiple Actions in one query, which is super weird.
  • GPTs didn’t output specific data field as I have described them well in the prompts and it worked well in previous months.

1 Like

is the gpt you created on a server you manage? is that server secure?

Thanks for your reply. GPTs is running on ChatGPT. My server is only providing API for GPTs to call. But in current GPTs builder, the API call is becoming infinitely.

I am having the exact same problem. It just keeps makes calls until the API I am making the request to rate limits it. Just started today.

I’m connecting OPEN AI’s customer support about this.

One thing I just found out is that if the size of API response is to big (> 5000 tokens), ChatGPT is highly possible to make the call in loop.

1 Like

That makes sense in my case, I am requesting book metadata and it always returns 15 books so a lot of tokens.