How can we view the API request body sent to a third party (Anthropic/OpenAI)? #4530
Unanswered
scpedicini
asked this question in
Q&A
Replies: 1 comment
-
Hi @scpedicini, |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I've configured LibreChat to work with Anthropic Sonnet 3.5 model but it has configuration values for Top P / Top K which Anthropic recommends not sending when passing a temperature value.
I set up a preset for Claude with some custom instructions / temperature but there doesn't seem to be a way to disable Top P or Top K. I also tried turning on
DEBUG_LOGGING
but the docker messages don't show the true payload that is being sent so its hard to know what is actually going on.EDIT: Looking at the logs it looks like it is sending top_p and top_k values unfortunately. (Assuming this represents the data being sent to the API)
Beta Was this translation helpful? Give feedback.
All reactions