Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Work with custom LANGSMITH_BASE_URL #3703

Conversation

msabramo
Copy link
Contributor

This allows working with a customLANGSMITH_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:

litellm_settings:
  success_callback: ["langsmith"]

environment_variables:
  LANGSMITH_BASE_URL: "http://localhost:1984"
  LANGSMITH_PROJECT: "litellm-proxy"

Screenshot 2024-05-16 at 5 07 46 PM

Copy link

vercel bot commented May 17, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
litellm ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 17, 2024 0:14am

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"
```
@msabramo msabramo force-pushed the msabramo/make-langsmith-integration-work-with-custom-langsmith branch from 988a4de to bf4f08a Compare May 17, 2024 00:13
@krrishdholakia krrishdholakia merged commit d9ce94a into BerriAI:main May 17, 2024
2 checks passed
@krrishdholakia
Copy link
Contributor

LGTM!

@msabramo msabramo deleted the msabramo/make-langsmith-integration-work-with-custom-langsmith branch May 20, 2024 17:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants