You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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).
0 commit comments