Wrong api url #785
Closed
quartermaine
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Title: Why does langchain serve point to a different URL than the one in my server.py?
Question:
I am using langserve within a conda environment in VSCode. When I run the command langchain serve, the URL shown in the terminal output is different than the one I have specified in my server.py file.
Here’s a screenshot showing the mismatch:
What’s confusing is that I’ve used this exact conda environment for another langserve project in the past. Why is langserve pointing to the URL from the previous project, and how can I ensure it uses the correct URL specified in my server.py?
Beta Was this translation helpful? Give feedback.
All reactions