API change to repeating text = error

With the recent change to deal with repetitive elements it creates errors in chatbots. heads up. My system was running a persona and had a whimsical response in it which repeated Ha Ha alot like more than a person would ever in a funny response. the system started error for new reason thought I hit a cap, well chatting and driving… looked through the logs and saw this new response I never seen before =
Error analyzing immediate context with GPT: Error code: 400 - {‘error’: {‘message’: “Sorry! We’ve encountered an issue with repetitive patterns in your prompt. Please try again with a different prompt.”, ‘type’: ‘invalid_request_error’, ‘param’: ‘prompt’, ‘code’: ‘invalid_prompt’}}

Any how I had to do alot of debugging to find the source which was the ai response in a thread that was passed. So now I have to think about how to remove that memory from my system, or think about how to deal with incoming information and how the ai persona may respond when it thinks something is really funny.

Now I have to edit my emotion system to tone down the laughs lol

thought I would share something funny. reminds me of a Startrek episode where Data got stuck in a laugh loop.

so some other issues that this will present unless delt with properly is information it scraps from the web could break the ai, or if bad data is passed or noise.

I love Ai :robot: :brain:

2 Likes