Request timeout #223
-
Is there a way to pass increased request timeout parameter? I am running simple request like:
and getting timeouts:
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
|
Beta Was this translation helpful? Give feedback.
-
Would be great to be able to specify request timeout. I have had to switch my app to gpt3.5 since gpt4-turbo keeps timing out. |
Beta Was this translation helpful? Give feedback.
-
Because this library is HTTP client agnostic, there is no way for us to configure the timeout globally. But I've added a section to the docs, explaining how to set timeouts: https://github.com/openai-php/client?tab=readme-ov-file#timeout |
Beta Was this translation helpful? Give feedback.
Because this library is HTTP client agnostic, there is no way for us to configure the timeout globally.
But I've added a section to the docs, explaining how to set timeouts: https://github.com/openai-php/client?tab=readme-ov-file#timeout