mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
fix(langsmith.py): add /api/v1
to langsmith base url
ensures it works with self hosted langsmith
This commit is contained in:
parent
2017596913
commit
d7f862783d
2 changed files with 15 additions and 3 deletions
|
@ -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"]
|
Loading…
Add table
Add a link
Reference in a new issue