fix langsmith load tests

This commit is contained in:
Ishaan Jaff 2024-09-11 21:19:03 -07:00
parent b01a42ef4f
commit 97ecf86d3d

View file

@ -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 = []