Skip to content

Releases: googleapis/nodejs-vertexai

v0.2.0

03 Jan 21:38
12f1067
Compare
Choose a tag to compare

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)

v0.1.3

13 Dec 19:22
9546fe6
Compare
Choose a tag to compare

0.1.3 (2023-12-13)

Bug Fixes

v0.1.2

13 Dec 13:50
c47b515
Compare
Choose a tag to compare

0.1.2 (2023-12-13)

Bug Fixes

v0.1.1

12 Dec 23:54
99f6b2d
Compare
Choose a tag to compare

0.1.1 (2023-12-12)

Bug Fixes

  • fix stream send message content (ad1e17e)

v0.1.0

12 Dec 18:24
64418f5
Compare
Choose a tag to compare

0.1.0 (2023-12-12)

Features

  • add streamGenerateContent method (6263800)
  • add streamSendMessage method (598b1dd)
  • add generateContent method (d7f1f0f)
  • add countTokens method (e0265a3)