#Timeout On Shift Message Chunks

1 messages · Page 1 of 1 (latest)

raw imp
#

Hello all,

I am facing a timeout issue when trying to implement this basic setup to display one message at a time. For reference I have been able to produce the chat gpt response no problem - its only the shift and loop that seems to be causing the timeout

Any help much appreciated,

Alex

open oracle
#

This post has been pushed to the community knowledgebase. Any replies in this thread will be synced to the community site.

twilit crescent
#

This is a very odd use case. Trying to chunk out an ai reply using a shift I don't know if that would ever work consistently. Instead of doing that why not just create a custom assistant in OpenAI that can only reply using one liners and given some variable only than should it reply using more lines. Gpt4o is good at that there is even a built in AI to help you define your rules for the assistant. Would be more preformat also.

raw imp
#

Thank you - the solution was recommended by Baptiste but I appreciate the solution here. Thank you very much.