You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is related to #213 , #300 , and the recent #315
Here is an example (with some details I think could be helpful) of a "complex" query I cannot send and which fails much earlier than the 10-minute timeout limit I have set. (it is not a reprex, but it isn't very easy for me to make it with that kind of data and info, which I cannot share; if you need more information, please tell me)
In summary, even if I set 600 seconds of timeout, the OpenAI query returns a timeout error after less than 30 seconds. As with my experience (see #213 (comment) for more details), this is (very!!) strangely related to R itself and would not happen with the official Python API.
Note: the model used is gpt-4o-mini (same effect with gpt-4o as well)
This is related to #213 , #300 , and the recent #315
Here is an example (with some details I think could be helpful) of a "complex" query I cannot send and which fails much earlier than the 10-minute timeout limit I have set. (it is not a reprex, but it isn't very easy for me to make it with that kind of data and info, which I cannot share; if you need more information, please tell me)
In summary, even if I set 600 seconds of timeout, the OpenAI query returns a timeout error after less than 30 seconds. As with my experience (see #213 (comment) for more details), this is (very!!) strangely related to R itself and would not happen with the official Python API.
Note: the model used is
gpt-4o-mini
(same effect withgpt-4o
as well)code
res
trace
Session Info
Session info
The text was updated successfully, but these errors were encountered: