We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b76ed9c commit b7d4009Copy full SHA for b7d4009
1 file changed
src/uipath/llm_client/settings/platform/settings.py
@@ -5,6 +5,7 @@
5
6
from pydantic import Field, SecretStr, model_validator
7
from typing_extensions import override
8
+from uipath.platform import UiPath
9
from uipath.platform.common import EndpointManager
10
11
from uipath.llm_client.settings.base import UiPathAPIConfig, UiPathBaseSettings
@@ -163,7 +164,6 @@ def build_auth_headers(
163
164
165
@override
166
def get_available_models(self) -> list[dict[str, Any]]:
- from uipath.platform import UiPath
167
168
models = UiPath().agenthub.get_available_llm_models(
169
headers=dict(self.build_auth_headers()),
0 commit comments