ChatBot not following my instructions

I’m creating a chatbot based on one I created as a CustomGPT.

It essentially asks a few questions, and then writes a sales page based on the framework I provide.

But it’s not following the instructions, and keeps going round in circles.

Any ideas on why it’s doing this?

What LLM are you using to power it? If you are using GPT4o it should behave very similarly to how it does in ChatGPT.

It’s Claude. But I worked out that I needed to increase the memory bit so it was reading all of the instructions

It sounds like you’ve got this working, but for anyone else reading this here is a writeup on how to convert a GPT into a Pickaxe. It is a fairly straightforward process.

If you notice that your Pickaxe is not remembering the full conversation, then go into Advanced Settings and find the memory buffer setting. This controls how many tokens remain within the context of the chatbot’s memory.

2 Likes