This repository has been archived by the owner on Oct 23, 2023. It is now read-only.
0.2.0
Added
- Add support for Edits with a new
Edits
handler class containing a newcreate()
method. - Add support for Embeddings with a new
Embeddings
handler class containing a newcreate()
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 newdownload()
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 newcancelFineTune()
method. - Add support for Fine-Tune Events with a new
FineTunesEvents
handler class containing a newlistFineTune()
method. - Add support for Image Edits using a new
ImagesEdits
handler class containing a newcreateImage()
method. - Add support for Image Generations using a new
ImagesGenerations
handler class containing a newcreate()
method. - Add support for Image Variations using a new
ImagesVariations
handler class containing a newcreateImage()
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 newcreate()
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