mirror of
https://github.com/langchain-ai/langsmith-docs.git
synced 2026-08-26 17:26:32 -04:00
DOC: <Issue related to /prompt_engineering/how_to_guides/custom_openai_compliant_model> #71
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @farouk09 on GitHub (May 6, 2025).
I'm running a VLLM server on port 8080 and trying to integrate it with the LangSmith provider. However, I keep encountering the following error:
ConnectError: All connection attempts failedHere is the configuration I'm using ( provider options : http://localhost:8080/v1/completions, and even http://localhost:8080/v1 did not work):
Interestingly, when I test the same VLLM server using the openai Python client, everything works as expected:
Any idea what might be causing the connection issue with LangSmith?