Skip to content

Latest commit

 

History

History
58 lines (33 loc) · 754 Bytes

CHANGELOG.md

File metadata and controls

58 lines (33 loc) · 754 Bytes

CHANGELOG

0.3.7

  • Fix ThreadRun#lastError field is a Map, not a String

CHANGELOG

0.3.6

0.3.0

  • Support GPT4 version

0.2.0

  • Implement latest audio API
  • Add DallE 3 support
  • Update to latest predefined models

0.1.2

  • Auto add /v1 to end of baseUrl in OpenAIConfig

0.1.1

  • Use string instead enum to define models

0.0.6

  • Enable cancellation of request

0.0.5

  • Add method to update openai config

0.0.4

  • Chat Completion Stream refactor

0.0.3

  • Image generation
  • Image edit
  • Image variation

0.0.2

  • Chat Completion
  • Chat Completion Stream
  • Audio Transcription
  • Audio Translation

0.0.1

  • Initial version.