mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-18 06:26:16 +00:00
This allows working with a custom Langsmith base URL. For example, I can use this to test against a local Langsmith instance, running on my laptop with Docker by adding this to the proxy config: ```yaml litellm_settings: success_callback: ["langsmith"] environment_variables: LANGSMITH_BASE_URL: "http://localhost:1984" LANGSMITH_PROJECT: "litellm-proxy" ```