Skip to content

Commit 8930958

Browse files
committed
🎨 chore(workflows): update python version in matrix for GitHub Actions
1 parent 2ba96a7 commit 8930958

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
File renamed without changes.

llmkira/extra/user/schema.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from pydantic import field_validator, ConfigDict, BaseModel, Field
1212
from pydantic_settings import BaseSettings, SettingsConfigDict
1313

14-
from ...sdk.endpoint import Driver
14+
from llmkira.sdk.endpoint.tee import Driver
1515

1616

1717
class UserDriverMode(Enum):
@@ -74,7 +74,7 @@ def create_from_function(
7474
return cls(
7575
request_id=request_id,
7676
uid=uid,
77-
cost=cls.Cost.by_function(
77+
cost=Cost.by_function(
7878
function_name=cost_by,
7979
token_usage=token_usage,
8080
token_uuid=token_uuid,

0 commit comments

Comments
 (0)