Skip to content

Commit 9cd5ba8

Browse files
authored
Release v0.4.3
1 parent 39357aa commit 9cd5ba8

File tree

1 file changed

+32
-1
lines changed

1 file changed

+32
-1
lines changed

CHANGELOG.md

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# # Changelog
2-
<details open>
2+
<details open>
3+
<summary><strong>2023-05-13</strong></summary>
4+
5+
**Released [v0.4.3](https://github.com/danny-avila/chatgpt-clone/releases/tag/v0.4.3) which now supports Google's PaLM 2!**
6+
7+
![image](https://github.com/danny-avila/chatgpt-clone/assets/110412045/ec5e8ff3-6c3a-4f25-9687-d8558435d094)
8+
9+
**How to Setup PaLM 2 (via Google Cloud Vertex AI API)**
10+
11+
- Enable the Vertex AI API on Google Cloud:
12+
- - https://console.cloud.google.com/vertex-ai
13+
- Create a Service Account:
14+
- - https://console.cloud.google.com/projectselector/iam-admin/serviceaccounts/create?walkthrough_id=iam--create-service-account#step_index=1
15+
- Make sure to click 'Create and Continue' to give at least the 'Vertex AI User' role.
16+
- Create a JSON key, rename as 'auth.json' and save it in /api/data/.
17+
18+
**Alternatively**
19+
20+
- 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.
21+
- They will follow the steps above except for renaming the file, simply importing the JSON when prompted.
22+
- The key is sent to the server but never saved except in your local storage
23+
24+
**Note:**
25+
26+
- Vertex AI does not (yet) support response streaming for text generations, so response may seem to take long when generating a lot of text.
27+
- Text streaming is simulated
28+
29+
30+
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).
31+
</details>
32+
33+
<details>
334
<summary><strong>2023-05-11</strong></summary>
435

536
**Released [v0.4.2](https://github.com/danny-avila/chatgpt-clone/releases/tag/v0.4.2)**

0 commit comments

Comments
 (0)