Timeout request - can it be increased?

I have an issue where i receive a timeout request when i am processing something through the chatgpt module. I’m not entirely sure what the issue is, but i suspect maybe it is timing out automatically at 40 seconds. Can the timeout period be increased, or is there a workaround for this?

1 Like

Hi. Not. In this case you need review your prompt to try reduce the time processing.


Thanks, Helio!
Wemakefuture
If you have questions reach out :wink:

1 Like

Awesome thank you! The prompt is fairly long because I give contact to chat gpt about what I want as the output. Do you know if there is a way where I can give base guidelines to chat gpt so that it knows I want something in a particular style etc so I don’t have to keep feeding it the same info?

On your first question about the timeout issue, you can try using the ChatGPT API directly in the HTTP module. There you can set the timeout limit up to 300 seconds.

On your second question: You can use the datastore to store some predefined guideline and map it with the prompt, so you don’t have to feed it every time manually.

Refer here: https://www.make.com/en/help/tools/data-store.

1 Like

Hi there. How can i increase the timeout in a custom app? Thanks

1 Like