Cannot Enable Responses API by Default #10445
-
What happened?With the recent changes to "Upload to Provider" instead of "Upload Image", we want to auto-enable the Responses API toggle so that users have the maximum number of file types available for "Upload to Provider". However, this doesn't seem to be working. If I configure the Responses API to be enabled by default via The toggle is on when you start a conversation, but the This is consistent no matter I fill in for Version Informationv0.8.1-rc1 Steps to ReproduceAdd customParams to your librechat.yaml file like so: Launch the app. Start a new conversation. Verify in the Parameters section that Responses API is toggled on. Send your query. View logs to see that the Manually toggle Responses API off and on. Resend your query. View logs to see that the It's very easy to validate that it's calling one endpont or another because, if you use the "Upload to Provider" feature to attach a PDF, it will fail the first time because the What browsers are you seeing the problem on?Microsoft Edge Relevant log outputI also validated in Firefox.ScreenshotsNo response Code of Conduct
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
|
You should use model specs and a default model spec for certain parameter combinations made easily available to users. There are other ways to address what you're suggesting that are planned, see: #10054 |
Beta Was this translation helpful? Give feedback.
-
|
I implemented this here, merging to main soon: In this case, it will apply default params in the backend as well, if the param is not explicitly configured |
Beta Was this translation helpful? Give feedback.
I implemented this here, merging to main soon:
#10457
In this case, it will apply default params in the backend as well, if the param is not explicitly configured