Skip to content

Commit 0603e93

Browse files
committed
doc: updates to clarify cloud shell usage
1 parent ae490d0 commit 0603e93

File tree

1 file changed

+4
-4
lines changed
  • gemini/multimodal-live-api/websocket-demo-app

1 file changed

+4
-4
lines changed

gemini/multimodal-live-api/websocket-demo-app/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -129,14 +129,14 @@ You can set up this app locally or via Cloud Shell.
129129
- Click on Web Preview (to the right of the Open Terminal button near the top)
130130
- Click "Preview on port 8080" (the port where you've setup the proxy server in the previous step)
131131
- 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
134133
- 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`
135135
- save the changes you've made to script.js
136136
137137
1. Start the frontend:
138138
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`)
140140
141141
```sh
142142
cd frontend
@@ -157,7 +157,7 @@ You can set up this app locally or via Cloud Shell.
157157
```
158158
159159
- 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
161161
- Press the "Connect" button. Now you should be able to interact with Gemini 2.0 with the Multimodal Live API.
162162
163163
1. To interact with the app, you can do the following:

0 commit comments

Comments
 (0)