Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
feat(rebase): rebase
Browse files Browse the repository at this point in the history
rebase
  • Loading branch information
XdpCs committed May 11, 2024
1 parent 7e7980e commit ca6e62a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entity.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ type DefaultResourceModelData struct {
Key string `json:"key"`
Name string `json:"name"`
Category string `json:"category"`
RecommendedWeight int `json:"recommended_weight"`
RecommendedWeight float64 `json:"recommended_weight"`
SupportModelVersions []string `json:"support_model_versions"`
} `json:"character"`
ModelFusion []struct {
Expand Down

0 comments on commit ca6e62a

Please sign in to comment.