Sending Custom Params in the Request Body (LibreChat + Custom FastAPI Server) #8844
Closed
zeeshan-bandar
started this conversation in
Help Wanted
Replies: 3 comments 2 replies
-
Look into |
Beta Was this translation helpful? Give feedback.
2 replies
-
This is resolved now in the latest update, let me know if you still have issues with |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
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.
-
I've set up a custom FastAPI server and connected it successfully with LibreChat. Now, I'm trying to send additional custom parameters from the frontend to my FastAPI endpoint.
While passing data through headers works, I'd prefer to send these custom values in the request body instead — especially since I might need to send more complex or nested data.
Has anyone customized LibreChat to allow sending extra fields in the body of the request to a custom endpoint?
If so, could you point me to the right file or code section where the request is being constructed and sent?
Any help or guidance would be appreciated!
Beta Was this translation helpful? Give feedback.
All reactions