Update go version
This commit is contained in:
1
vendor/github.com/sashabaranov/go-openai/fine_tunes.go
generated
vendored
1
vendor/github.com/sashabaranov/go-openai/fine_tunes.go
generated
vendored
@@ -111,6 +111,7 @@ func (c *Client) CreateFineTune(ctx context.Context, request FineTuneRequest) (r
|
||||
}
|
||||
|
||||
// CancelFineTune cancel a fine-tune job.
|
||||
//
|
||||
// Deprecated: On August 22nd, 2023, OpenAI announced the deprecation of the /v1/fine-tunes API.
|
||||
// This API will be officially deprecated on January 4th, 2024.
|
||||
// OpenAI recommends to migrate to the new fine tuning API implemented in fine_tuning_job.go.
|
||||
|
||||
Reference in New Issue
Block a user