mirror of
https://github.com/openai/openai-go.git
synced 2026-04-01 00:57:11 +09:00
chore(examples): migrate enum (#447)
* chore(examples): migrate to latest * migrate vector stores * fine tuning updates
This commit is contained in:
@@ -41,7 +41,7 @@ func main() {
|
||||
fmt.Println("")
|
||||
fmt.Println("==> Starting fine-tuning")
|
||||
fineTune, err := client.FineTuning.Jobs.New(ctx, openai.FineTuningJobNewParams{
|
||||
Model: "gpt-4o-mini",
|
||||
Model: openai.FineTuningJobNewParamsModelGPT4oMini,
|
||||
TrainingFile: file.ID,
|
||||
})
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user