Skip to content
Discussion options

You must be logged in to vote

The IP is loadbalancer IP. I don't see any other client IP requests. Maybe there is a flag to show real client IP?

There is not. The IP in the log is simply what is available to the API via express native property of the req object, i.e. req.ip.

If you are using a load balancer in front of it, you should maybe disable the API's IP rate limits and simply use the user ones instead.

Notes on configuring the API's limiters: https://www.librechat.ai/docs/configuration/mod_system

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@xueshanf
Comment options

Answer selected by xueshanf
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
❓ question Further information is requested
2 participants
Converted from issue

This discussion was converted from issue #3900 on September 02, 2024 17:54.