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
Copy file name to clipboardexpand all lines: gemini/multimodal-live-api/websocket-demo-app/README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -129,14 +129,14 @@ You can set up this app locally or via Cloud Shell.
129
129
- Click on Web Preview (to the right of the Open Terminal button near the top)
130
130
- Click "Preview on port 8080" (the port where you've setup the proxy server in the previous step)
131
131
- Copy the URL, but make sure to discard everything at the end after "cloudshell.dev/"
132
-
- Navigate to `const URL = "ws://localhost:8080";`in`index.html` on line 116
133
-
- Navigate to `const PROXY_URL = "wss://your websocket server";`in`script.js`
132
+
- Navigate to `const PROXY_URL = "wss://your websocket server";`in`frontend/script.js` on line 8
134
133
- Replace `wss://your websocket server` with `wss://[THE_URL_YOU_COPIED_WITHOUT_HTTP]`. For example, it should look like: `const PROXY_URL = "wss://8080-cs-123456789-default.cs-us-central1-abcd.cloudshell.dev";`
134
+
- Replace `your project id` with your project ID on line 9, for the `const PROJECT_ID`
135
135
- save the changes you've made to script.js
136
136
137
137
1. Start the frontend:
138
138
In the second terminal window, run the command below. Keep the backend server running in the first terminal.
139
-
(Make sure you have navigated to the folder containing the code files, i.e. using `cd your_folder_name`)
139
+
(Make sure you have navigated to the folder containing the code files, i.e. using `cd frontend`)
140
140
141
141
```sh
142
142
cd frontend
@@ -157,7 +157,7 @@ You can set up this app locally or via Cloud Shell.
157
157
```
158
158
159
159
- Copy your access token and paste it in the Access Token field in the UI.
160
-
- In the second field with the model ID, change `YOUR-PROJECT-ID` to your actual Google Cloud project ID. For example, it should look like: `projects/my-project-id/locations/us-central1/publishers/google/models/gemini-2.0-flash-exp`
160
+
- In the second field of the UI, labeled Project ID, add your GCP Project ID
161
161
- Press the "Connect" button. Now you should be able to interact with Gemini 2.0 with the Multimodal Live API.
162
162
163
163
1. To interact with the app, you can do the following:
0 commit comments