Marc Abramowitz
bf4f08ac30
Work with custom LANGSMITH_BASE_URL
...
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"
```
2024-05-16 17:13:01 -07:00
Krrish Dholakia
4a3b084961
feat(bedrock_httpx.py): moves to using httpx client for bedrock cohere calls
2024-05-11 13:43:08 -07:00
Krrish Dholakia
6575143460
feat(proxy_server.py): return litellm version in response headers
2024-05-08 16:00:08 -07:00
Krrish Dholakia
b46db8b891
feat(utils.py): json logs for raw request sent by litellm
...
make it easier to view verbose logs in datadog
2024-04-29 19:21:19 -07:00
Krrish Dholakia
9e3514fd24
fix(langsmith.py): fix streaming langsmith calls
2024-04-23 20:47:19 -07:00
garfeildma
6aaef90ac9
fix(integrations/langsmith.py): fix datetime json serialize error
2024-04-09 11:19:26 +08:00
Tim Asp
9d6a8b5de3
Cleaner fallback
2024-01-19 11:56:45 -08:00
Tim Asp
27087e5662
fix error when metadata is none, prevents logging silently
2024-01-19 11:37:45 -08:00
Tim Asp
141d2219e2
Add env for project wide langsmith default project settings
2024-01-19 11:37:15 -08:00
Krrish Dholakia
4905929de3
refactor: add black formatting
2023-12-25 14:11:20 +05:30
Krrish Dholakia
7b8851cce5
fix(ollama.py): fix async completion calls for ollama
2023-12-13 13:10:25 -08:00
ishaan-jaff
4258828969
(fix) langsmith logger track project_name and run_name
2023-10-18 12:00:12 -07:00
ishaan-jaff
994979a3f4
(feat) add langsmith logger to litellm
2023-10-18 11:39:37 -07:00