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 68a46a6 commit e55d0caCopy full SHA for e55d0ca
src/seclab_taskflow_agent/capi.py
@@ -43,7 +43,7 @@ def list_capi_models(token: str) -> dict[str, dict]:
43
models = {}
44
try:
45
api_endpoint = get_AI_endpoint()
46
- netloc = urlparse(endpoint).netloc
+ netloc = urlparse(api_endpoint).netloc
47
match netloc:
48
case AI_API_ENDPOINT_ENUM.AI_API_GITHUBCOPILOT:
49
models_catalog = 'models'
0 commit comments