Having problems with OpenAI GPT 4

Hi! I was wondering if maybe someone can help me with this issue:

The thing is that when im selecting chatgpt-4o-lastestversion, I have this issue, but when I select gpt3.5 for prompt completion, I don’t have it. But gpt 3.5 limit the number of tokens in a way It doesn’t work for me, because im looking to automate blog posts (I have limited it to 5.000 but the limit of the model is like 4040)

I was wondering if any of you have the same problem or can give me any alternative methodto complete this.

Thanks!!

Welcome to the Make community!

To allow others to assist you with your scenario, please provide the following:

1. Relevant Screenshots

Please share screenshots of your scenario, any error messages, relevant module fields, and filters in question? It would really help other community members to see what you’re looking at.

You can upload images here using the Upload icon in the text editor:

2. Scenario Blueprint

Please export the scenario blueprint file to allow others to view the mapped variables in the module fields. At the bottom of the scenario editor, you can click on the three dots to find the Export Blueprint menu item.

3. Output Bundles of Modules

Please provide the output bundles of the modules by running the scenario (or get from the scenario History tab), then click the white speech bubble on the top-right of each module and select “Download input/output bundles”.

A. Upload as Text File

Save each bundle contents in your text editor as a bundle.txt file, and upload it here into this discussion thread.

B. Insert as Formatted Code Block

If you are unable to upload files on this forum, alternatively you can paste the formatted bundles.
These are the two ways to format text so that it won’t be modified by the forum:

  • Method 1: Type code block manually

    Add three backticks ``` before and after the content/bundle, like this:

    ```
    content goes here
    ```

  • Method 2. Highlight and click the format button in the editor

Providing the input/output bundles will allow others to replicate what is going on in the scenario even if they do not use the external service.

Following these steps will allow others to assist you here. Thanks!

Input Boundle to OpenAI was:

[
{
“model”: “chatgpt-4o-latest”,
“prompt”: “Utilizando el tema echo, desarrolla un blog post para Shopify, optimizado para SEO y estructurado con encabezados (H1, H2, H3). El tono debe ser juvenil e informal, dirigido al público colombiano interesado en moda urbana.\n\nRequisitos:\n\t1.\tSEO:\n\t•\tTítulo en H1 con el tema principal.\n\t•\tSubtítulos (H2) para secciones relevantes (introducción, contexto, beneficios).\n\t•\tSub-subtítulos (H3) según sea necesario.\n\t2.\tPalabras clave:\n\t•\tUsa 3-5 palabras clave relacionadas con moda urbana y colecciones de Blulé.\n\t3.\tContenido:\n\t•\tIntroducción de 150 palabras.\n\t•\tConsejos prácticos y enlaces internos a otros blogs de Blulé.\n\t4.\tFAQs y recomendaciones:\n\t•\tPreguntas frecuentes al final y recomendaciones de productos de Blulé.\n\t5.\tEtiquetas:\n\t•\tBreve descripción para meta y términos para SEO.\n\t6.\tNotas finales:\n\t•\tUsa “buso” en lugar de “sudadera”.\n\t•\tTexto mínimo de 100 caracteres.”,
“select”: “prompt”,
“max_tokens”: 5000,
“response_format”: “text”
}
]

Also, I’m providing below the blueprints
blueprint.json (86.9 KB)

Thanks!