Skip to content

Commit b7d4009

Browse files
committed
from uipath.platformfix
1 parent b76ed9c commit b7d4009

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/uipath/llm_client/settings/platform/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
from pydantic import Field, SecretStr, model_validator
77
from typing_extensions import override
8+
from uipath.platform import UiPath
89
from uipath.platform.common import EndpointManager
910

1011
from uipath.llm_client.settings.base import UiPathAPIConfig, UiPathBaseSettings
@@ -163,7 +164,6 @@ def build_auth_headers(
163164

164165
@override
165166
def get_available_models(self) -> list[dict[str, Any]]:
166-
from uipath.platform import UiPath
167167

168168
models = UiPath().agenthub.get_available_llm_models(
169169
headers=dict(self.build_auth_headers()),

0 commit comments

Comments
 (0)