fix langsmith load tests
This commit is contained in:
parent
b01a42ef4f
commit
97ecf86d3d
@ -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…
Reference in New Issue
Block a user