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

Latest commit

 

History

History
37 lines (21 loc) · 1.23 KB

CHANGELOG.md

File metadata and controls

37 lines (21 loc) · 1.23 KB

Change Log

2024-09-17 - Version 0.2.4

  • Export all model interfaces classes #37

2024-08-09 - Version 0.2.3

  • Add support for Gemini models #24
  • Add support for structured outputs on OpenAI chat #30

2024-07-26 - Version 0.2.2

  • Add support for Anthropic models #19

2024-06-24 - Version 0.2.1

  • Rename classes in OpenAI models #11

2024-06-24 - Version 0.2.0

  • Update OpenAI Embeddings model to support all allowed types of input #6
  • More updates for OpenAI Embeddings model #7
  • Add documentation comments for OpenAI Chat model #8
  • Add experimental classification and embeddings models #9

2024-06-18 - Version 0.1.6

  • Interface changes and fixes

2024-06-18 - Version 0.1.5

  • Interface changes and fixes

2024-06-17 - Version 0.1.2

  • Initial Release