Skip to content

Commit 973fad0

Browse files
Fix test_language_model_utils.py (#325)
1 parent a8a419f commit 973fad0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assets/test_language_model_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def test_returns_correct_url(self):
9090
token = HOSTNAME_VAR.set("test.palantirfoundry.com")
9191
try:
9292
result = get_openai_base_url(preview=True)
93-
assert result == "https://test.palantirfoundry.com/api/v2/llm/proxy/openai"
93+
assert result == "https://test.palantirfoundry.com/api/v2/llm/proxy/openai/v1"
9494
finally:
9595
HOSTNAME_VAR.reset(token)
9696

0 commit comments

Comments
 (0)