Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

0.2.0

Compare
Choose a tag to compare
@the-csaba the-csaba released this 14 Nov 04:34
· 8 commits to main since this release
678d42e

Added

  • Add support for Edits with a new Edits handler class containing a new create() method.
  • Add support for Embeddings with a new Embeddings handler class containing a new create() method.
  • Add support for Files with a new Files handler class containing four new methods:
    • list()
    • create()
    • retrieve()
    • delete()
  • Add support for Files Content with a new FilesContent handler class containing a new download() method.
  • Add support for Fine-Tuning with a new FineTunes handler class containing three new methods:
    • list()
    • create()
    • retrieve()
  • Add support for Fine-Tune Cancellation with a new FineTunesCancel handler class containing a new cancelFineTune() method.
  • Add support for Fine-Tune Events with a new FineTunesEvents handler class containing a new listFineTune() method.
  • Add support for Image Edits using a new ImagesEdits handler class containing a new createImage() method.
  • Add support for Image Generations using a new ImagesGenerations handler class containing a new create() method.
  • Add support for Image Variations using a new ImagesVariations handler class containing a new createImage() method.
  • Add support for Models with a new Models handler class containing three new methods:
    • list()
    • retrieve()
    • delete()
  • Add support for Moderation using a new Moderations handler class containing a new create() method.
  • Added comments for Completions handler and model classes.

Changed

  • Improve README.md file.
  • Updated latest OpenAI specification to v1.1.0
  • Updated Completions handler and model classes to match the specification.
  • Fine-tune error handling.
  • Tests are separated into unit and integration tests.
  • Enabled esModuleInterop for tsc build.

Full Changelog: v0.1.2...v0.2.0