Replies: 1 comment 1 reply
-
I believe that this has been fixed in a new pr, #8186. Can you share the librechat.yaml config file as well? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Danny, can you please correct me if I am wrong-
Recently you added the response api - for openai . There is a capability of- web search also added. I went through the documentation of the openai chat completions vs response , and understood that the these are basically 2 different ways of generating the response.
If suppose I am using open ai's gpt-4.1, and I enable the web-search without activating the response api, the model is able to perform web search ,
As evident the responses api is toggled off. In the openai's documentation - it is mentioned that using responses api the model can use the web search action -
But the response api was off for the above case...? How was it able to perform web search? Where exactly is it using the response api or is this api only for o1-pro and o3-pro model?
Source- https://platform.openai.com/docs/models/gpt-4.1
Beta Was this translation helpful? Give feedback.
All reactions