mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-18 09:20:15 +01:00
Release v0.4.3
This commit is contained in:
parent
33d7c67c04
commit
25d4529ff9
1 changed files with 32 additions and 1 deletions
33
CHANGELOG.md
33
CHANGELOG.md
|
|
@ -1,5 +1,36 @@
|
||||||
# # Changelog
|
# # Changelog
|
||||||
<details open>
|
<details open>
|
||||||
|
<summary><strong>2023-05-13</strong></summary>
|
||||||
|
|
||||||
|
**Released [v0.4.3](https://github.com/danny-avila/chatgpt-clone/releases/tag/v0.4.3) which now supports Google's PaLM 2!**
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
**How to Setup PaLM 2 (via Google Cloud Vertex AI API)**
|
||||||
|
|
||||||
|
- Enable the Vertex AI API on Google Cloud:
|
||||||
|
- - https://console.cloud.google.com/vertex-ai
|
||||||
|
- Create a Service Account:
|
||||||
|
- - https://console.cloud.google.com/projectselector/iam-admin/serviceaccounts/create?walkthrough_id=iam--create-service-account#step_index=1
|
||||||
|
- Make sure to click 'Create and Continue' to give at least the 'Vertex AI User' role.
|
||||||
|
- Create a JSON key, rename as 'auth.json' and save it in /api/data/.
|
||||||
|
|
||||||
|
**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
|
||||||
|
|
||||||
|
|
||||||
|
You can check the full changelog in between v0.4.2 and v0.4.3 [here](https://github.com/danny-avila/chatgpt-clone/compare/v0.4.2...v0.4.3).
|
||||||
|
</details>
|
||||||
|
|
||||||
|
<details>
|
||||||
<summary><strong>2023-05-11</strong></summary>
|
<summary><strong>2023-05-11</strong></summary>
|
||||||
|
|
||||||
**Released [v0.4.2](https://github.com/danny-avila/chatgpt-clone/releases/tag/v0.4.2)**
|
**Released [v0.4.2](https://github.com/danny-avila/chatgpt-clone/releases/tag/v0.4.2)**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue