Skip to content

Version 0.5.0

Compare
Choose a tag to compare
@peterbanda peterbanda released this 03 Oct 15:47
· 809 commits to master since this release
  • 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.