Skip to content

Commit

Permalink
change protected "model_" name
Browse files Browse the repository at this point in the history
  • Loading branch information
j2whiting authored Jun 13, 2024
1 parent 468f786 commit 2ac7844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gollm/entities.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class ModelCardModel(BaseModel):


class ModelCompareModel(BaseModel):
model_cards: List
cards: List # model cards


class EmbeddingModel(BaseModel):
Expand Down

0 comments on commit 2ac7844

Please sign in to comment.