fix: use any for n_epochs (#499)
* fix: use custom marshaler for n_epochs * chore: use any for n_epochs
This commit is contained in:
@@ -24,7 +24,7 @@ type FineTuningJob struct {
|
||||
}
|
||||
|
||||
type Hyperparameters struct {
|
||||
Epochs int `json:"n_epochs"`
|
||||
Epochs any `json:"n_epochs,omitempty"`
|
||||
}
|
||||
|
||||
type FineTuningJobRequest struct {
|
||||
|
||||
Reference in New Issue
Block a user