Skip to content

Commit

Permalink
🎨 chore(workflows): update python version in matrix for GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sudoskys committed Apr 14, 2024
1 parent 2ba96a7 commit 8930958
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions llmkira/extra/user/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from pydantic import field_validator, ConfigDict, BaseModel, Field
from pydantic_settings import BaseSettings, SettingsConfigDict

from ...sdk.endpoint import Driver
from llmkira.sdk.endpoint.tee import Driver


class UserDriverMode(Enum):
Expand Down Expand Up @@ -74,7 +74,7 @@ def create_from_function(
return cls(
request_id=request_id,
uid=uid,
cost=cls.Cost.by_function(
cost=Cost.by_function(
function_name=cost_by,
token_usage=token_usage,
token_uuid=token_uuid,
Expand Down

0 comments on commit 8930958

Please sign in to comment.