I’m facing response delay for the second message.
message = client.beta.threads.messages.create(
thread_id=thread_id,
role=“user”,
content=PROMPT + user_input,
file_ids=file_id,
)
here, I got the response within seconds for first message and all others. but for the second message this part alone took 120 seconds. I’m facing this issue constantly
1 Like