fix(langsmith.py): add /api/v1 to langsmith base url

ensures it works with self hosted langsmith
This commit is contained in:
Krrish Dholakia 2025-01-24 17:58:42 -08:00
parent 2017596913
commit d7f862783d
2 changed files with 15 additions and 3 deletions

View file

@ -7,7 +7,9 @@ model_list:
id: "1"
- model_name: gpt-3.5-turbo-end-user-test
litellm_params:
model: openai/random_sleep
api_base: http://0.0.0.0:8090
model: gpt-3.5-turbo
timeout: 2
num_retries: 0
litellm_settings:
callbacks: ["langsmith"]