Skip to content

Commit e55d0ca

Browse files
Update src/seclab_taskflow_agent/capi.py
Co-authored-by: Copilot <[email protected]>
1 parent 68a46a6 commit e55d0ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/seclab_taskflow_agent/capi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def list_capi_models(token: str) -> dict[str, dict]:
4343
models = {}
4444
try:
4545
api_endpoint = get_AI_endpoint()
46-
netloc = urlparse(endpoint).netloc
46+
netloc = urlparse(api_endpoint).netloc
4747
match netloc:
4848
case AI_API_ENDPOINT_ENUM.AI_API_GITHUBCOPILOT:
4949
models_catalog = 'models'

0 commit comments

Comments
 (0)