Skip to content

v0.2.0

Compare
Choose a tag to compare
@release-please release-please released this 03 Jan 21:38
12f1067

0.2.0 (2024-01-03)

Features

  • allow user to pass "models/model-ID" to instantiate model (e94b285)
  • include all supported authentication options (257355c)

Bug Fixes

  • processing of streams, including UTF (63ce032)
  • remove placeholder cache attribute of access token (3ec92e7)
  • update safety return types (449c7a2)
  • throw ClientError or GoogleGenerativeAIError according to response status so that users can catch them and handle them according to class name. (ea0dcb7)