Skip to content

v0.4.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@danny-avila danny-avila released this 13 May 21:01
· 1194 commits to main since this release
49041e1

image

What's Changed

How to Use PaLM 2 (via Google Cloud Vertex AI API)

Alternatively

  • In your ./api/.env file, set PALM_KEY as "user_provided" to allow the user to provide a Service Account key JSON from the UI.
  • They will follow the steps above except for renaming the file, simply importing the JSON when prompted.
  • The key is sent to the server but never saved except in your local storage

Note:

  • Vertex AI does not (yet) support response streaming for text generations, so response may seem to take long when generating a lot of text.
  • Text streaming is simulated

New Contributors

Full Changelog: v0.4.2...v0.4.3