I want to use GPT 4 with 128k, how do I do it?

I’m creating AI agents directly in Flowise, I can use several models in a single project. But, I have very specific and complex instructions for my agent, I realize that if I use any other model other than GPT 4, the instructions are not executed 100%, models like GPT 4 turbo or GPT 4 turbo something. But GPT 4, which always manages to perform perfectly, has token limitations, and I specifically want to use GPT 4 with 128k, is it possible? Or will I have to puzzle over my instructions to work on other models?

1 Like

The context window for gpt-4 at 8,192 tokens can’t be circumvented unfortunately.

1 Like