mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
fix langsmith load tests
This commit is contained in:
parent
b01a42ef4f
commit
97ecf86d3d
1 changed files with 3 additions and 1 deletions
|
@ -16,7 +16,9 @@ def test_langsmith_logging_async():
|
|||
try:
|
||||
os.environ["LANGSMITH_API_KEY"] = "lsv2_anything"
|
||||
os.environ["LANGSMITH_PROJECT"] = "pr-b"
|
||||
os.environ["LANGSMITH_BASE_URL"] = "http://0.0.0.0:8090"
|
||||
os.environ["LANGSMITH_BASE_URL"] = (
|
||||
"https://exampleopenaiendpoint-production.up.railway.app"
|
||||
)
|
||||
|
||||
percentage_diffs = []
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue