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

0.3.0

Compare
Choose a tag to compare
@the-csaba the-csaba released this 17 Mar 03:39
· 4 commits to main since this release
094d3f5

Added

  • Add support for Chat with a new ChatCompletions handler class containing a new create() method.
  • Add support for Audio transcription with a new AudioTranscriptions handler class containing a new create() method.
  • Add support for Audio translation with a new AudioTranslations handler class containing a new create() method.
  • Add ability to use .env file to control test behaviour.

Changed

  • Updated latest OpenAI specification to v1.2.0.
  • Make test use of OPENAI_CLIENT_TEST_AUTH_TOKEN, OPENAI_CLIENT_TEST_BASE_URI, OPENAI_CLIENT_TEST_TIMEOUT and OPENAI_CLIENT_TEST_VERBOSE_OUTPUT environment variables.

Full Changelog: v0.2.1...v0.3.0

Download: https://www.npmjs.com/package/@tectalic/openai/v/0.3.0