Releases
v0.5.0
Fine-tuning functions/endpoints updated to match the latest API:
Root URL changed to /fine_tuning/jobs
.
Fine tune job holder (FineTuneJob
) adjusted - e.g. finished_at
added, training_file
vs training_files
(⚠️ Breaking Changes ).
OpenAIService.createFineTune
- settings (CreateFineTuneSettings
) adapted - all attributes except n_epochs
, model
, and suffix
dropped: e.g. batch_size
, learning_rate_multiplier
, prompt_loss_weight
(⚠️ Breaking Changes ).
OpenAIService.listFineTunes
- new optional params: after
and limit
OpenAIService.listFineTuneEvents
- new optional params: after
and limit
Azure service factory functions fixed: forAzureWithApiKey
and forAzureWithAccessToken
.
New models added: gpt-3.5-turbo-instruct
(with 0914 snapshot), davinci-002
, and babbage-002
.
Deprecations: OpenAIService.createEdit
and OpenAIServiceStreamedExtra.listFineTuneEventsStreamed
(not supported anymore).
Links to the official OpenAI documentation updated.
You can’t perform that action at this time.