Replies: 1 comment 1 reply
-
This was done by design as for when debugging a web-service, it's nice to have a direct mapping with exposed endpoints. What's your use case? Why do you need to modify it? |
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
-
/api/v1
:add_routes(app, myChain, path="/api/v1",
I want to see chain name in langesmith of each chatbot, not same /api/v1 for every chatbot.
How to set name of chain to chatbot_name in langserve?
Beta Was this translation helpful? Give feedback.
All reactions