|
40 | 40 |
|
41 | 41 | ##
|
42 | 42 |
|
43 |
| -<details open> |
44 |
| -<summary><strong>2023-05-13</strong></summary> |
45 |
| - |
46 |
| -**Released [v0.4.3](https://github.com/danny-avila/chatgpt-clone/releases/tag/v0.4.3) which now supports Google's PaLM 2!** |
| 43 | +## **Google's PaLM 2 is now supported as of [v0.4.3](https://github.com/danny-avila/chatgpt-clone/releases/tag/v0.4.3)** |
47 | 44 |
|
48 | 45 | 
|
49 | 46 |
|
50 |
| -**How to Setup PaLM 2 (via Google Cloud Vertex AI API)** |
51 |
| - |
| 47 | +<details> |
| 48 | +<summary><strong>How to Setup PaLM 2 (via Google Cloud Vertex AI API)</strong></summary> |
52 | 49 | - Enable the Vertex AI API on Google Cloud:
|
53 | 50 | - - https://console.cloud.google.com/vertex-ai
|
54 | 51 | - Create a Service Account:
|
|
66 | 63 |
|
67 | 64 | - Vertex AI does not (yet) support response streaming for text generations, so response may seem to take long when generating a lot of text.
|
68 | 65 | - Text streaming is simulated
|
| 66 | +</details> |
| 67 | + |
| 68 | +--- |
| 69 | + |
| 70 | +<details open> |
| 71 | +<summary><strong>2023-05-14</strong></summary> |
| 72 | + |
| 73 | +**Released [v0.4.4](https://github.com/danny-avila/chatgpt-clone/releases/tag/v0.4.4):** |
| 74 | + |
| 75 | +1. The Msg Clipboard was changed to a checkmark for improved user experience by @techwithanirudh in PR [#247](https://github.com/danny-avila/chatgpt-clone/pull/247). |
| 76 | +2. A typo in the auth.json path for accessing Google Palm was corrected by @antonme in PR [#266](https://github.com/danny-avila/chatgpt-clone/pull/266). |
| 77 | +3. @techwithanirudh added a Popup Menu to save sidebar space in PR [#260](https://github.com/danny-avila/chatgpt-clone/pull/260). |
| 78 | +4. The default pageSize in Conversation.js was increased from 12 to 14 by @danny-avila in PR [#267](https://github.com/danny-avila/chatgpt-clone/pull/267). |
| 79 | +5. Fonts were updated by @techwithanirudh in PR [#261](https://github.com/danny-avila/chatgpt-clone/pull/261). |
| 80 | +6. Font file paths in style.css were changed by @danny-avila in PR [#268](https://github.com/danny-avila/chatgpt-clone/pull/268). |
| 81 | +7. Code was fixed to adjust max_tokens according to model selection by @p4w4n in PR [#263](https://github.com/danny-avila/chatgpt-clone/pull/263). |
| 82 | +8. Various improvements were made, such as fixing react errors and adjusting the mobile view, by @danny-avila in PR [#269](https://github.com/danny-avila/chatgpt-clone/pull/269). |
| 83 | + |
| 84 | +New contributors to the project include: |
69 | 85 |
|
| 86 | +- @techwithanirudh, who made their first contribution in PR [#247](https://github.com/danny-avila/chatgpt-clone/pull/247). |
| 87 | +- @antonme, who made their first contribution in PR [#266](https://github.com/danny-avila/chatgpt-clone/pull/266). |
| 88 | +- @p4w4n, who made their first contribution in PR [#263](https://github.com/danny-avila/chatgpt-clone/pull/263). |
70 | 89 |
|
71 |
| -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). |
| 90 | +The [full changelog can be found here](https://github.com/danny-avila/chatgpt-clone/compare/v0.4.3...v0.4.4) |
72 | 91 |
|
73 | 92 | ⚠️ **IMPORTANT :** Since V0.4.0 You should register and login with a local account (email and password) for the first time sign-up. if you use login for the first time with a social login account (eg. Google, facebook, etc.), the conversations and presets that you created before the user system was implemented will NOT be migrated to that account.
|
74 | 93 |
|
|
0 commit comments