Skip to content

Commit

Permalink
Get Finetuning one line fix (#427)
Browse files Browse the repository at this point in the history
  • Loading branch information
DishenWang2023 committed May 7, 2024
1 parent 9422fc6 commit 4829928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/ai/server/modules/finetuning/models/entities.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ class FineTuningStatus(str, Enum):


class BaseLLM(BaseModel):
model_provider: str
model_name: str
model_provider: str | None
model_parameters: dict[str, str] | None


Expand Down

0 comments on commit 4829928

Please sign in to comment.