We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff9db2e commit 794f16dCopy full SHA for 794f16d
1 file changed
tests/test_api_endpoint_config.py
@@ -23,7 +23,7 @@ def test_default_api_endpoint(self):
23
endpoint = get_AI_endpoint()
24
assert endpoint is not None
25
assert isinstance(endpoint, str)
26
- assert urlparse(endpoint).netloc == "models.github.ai"
+ assert urlparse(endpoint).netloc == "api.githubcopilot.com"
27
finally:
28
if original_env:
29
os.environ["AI_API_ENDPOINT"] = original_env
0 commit comments