Skip to content

Commit a974fac

Browse files
committed
docs: update Gemini share link across documentation and configuration files
1 parent 396062f commit a974fac

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# After starting the server, you still need to open the following page in a browser
66
# and establish a browser session connection manually:
7-
# https://gemini.google.com/share/38b50bd0acb0
7+
# https://gemini.google.com/share/4e4e3845ab29
88
# On that page, manually fill in:
99
# - Server WS Endpoint (for example: ws://127.0.0.1:7861/ws)
1010
# - Browser Identifier (optional custom tag)

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252

5353
在需要承载 Gemini 会话的浏览器中打开:
5454

55-
[https://gemini.google.com/share/38b50bd0acb0](https://gemini.google.com/share/38b50bd0acb0)
55+
[https://gemini.google.com/share/4e4e3845ab29](https://gemini.google.com/share/4e4e3845ab29)
5656

5757
该页面的实际内容可参考仓库中的 [scripts/client/canvas.html](scripts/client/canvas.html)
5858

@@ -118,7 +118,7 @@ services:
118118
119119
容器启动后,仍然需要手动打开以下页面建立浏览器会话:
120120
121-
[https://gemini.google.com/share/38b50bd0acb0](https://gemini.google.com/share/38b50bd0acb0)
121+
[https://gemini.google.com/share/4e4e3845ab29](https://gemini.google.com/share/4e4e3845ab29)
122122
123123
页面中需要手动填写浏览器标志(`Browser Identifier`)、API Key,以及服务端 WebSocket 地址(`Server WS Endpoint`,例如 `ws://your-host:7861/ws` 或 `wss://your-host/ws`)。其中 API Key 请填写与请求时相同的 key。连接建立成功后,状态页会显示在线浏览器会话,之后 API 请求才会被转发。
124124

@@ -204,7 +204,7 @@ services:
204204

205205
1. 启动服务端,并确保 `PORT` 能被建立会话的浏览器访问到。
206206
2. 打开控制台查看当前浏览器会话连接地址和连接状态。
207-
3. 在浏览器中打开 [https://gemini.google.com/share/38b50bd0acb0](https://gemini.google.com/share/38b50bd0acb0)。
207+
3. 在浏览器中打开 [https://gemini.google.com/share/4e4e3845ab29](https://gemini.google.com/share/4e4e3845ab29)。
208208
4. 在页面中填写浏览器标志(`Browser Identifier`)、API Key,以及服务端 WebSocket 地址(`Server WS Endpoint`)。
209209
5. `API Key` 请填写与你请求 API 时相同的 key;`Server WS Endpoint` 本地可填写 `ws://127.0.0.1:7861/ws`,如果控制台是通过 `https://` 访问的远程服务,则应填写 `wss://你的域名或公网地址/ws`。
210210
6. 等待状态页出现在线会话后,再开始调用 API。

README_EN.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ A tool that exposes a Gemini web session as OpenAI API, Gemini API, and Anthropi
5252

5353
Open this page in the browser that should carry the Gemini session:
5454

55-
[https://gemini.google.com/share/38b50bd0acb0](https://gemini.google.com/share/38b50bd0acb0)
55+
[https://gemini.google.com/share/4e4e3845ab29](https://gemini.google.com/share/4e4e3845ab29)
5656

5757
The actual page content is also available in the repository at [scripts/client/canvas.html](scripts/client/canvas.html).
5858

@@ -118,7 +118,7 @@ services:
118118
119119
After the container starts, you still need to manually open the following page and connect a browser session:
120120
121-
[https://gemini.google.com/share/38b50bd0acb0](https://gemini.google.com/share/38b50bd0acb0)
121+
[https://gemini.google.com/share/4e4e3845ab29](https://gemini.google.com/share/4e4e3845ab29)
122122
123123
On that page, manually enter the browser tag (`Browser Identifier`), API key, and the server WebSocket address (`Server WS Endpoint`), for example `ws://your-host:7861/ws` or `wss://your-host/ws`. The API key should be the same one you use for API requests. Once the browser session is connected, the status page will show it as online and the API can begin forwarding requests.
124124

@@ -204,7 +204,7 @@ The current version no longer uses local `auth` files or a `setup-auth` bootstra
204204

205205
1. Start the server and make sure `PORT` is reachable from the browser that will carry the session.
206206
2. Open the console and check the browser-session endpoint and connection status.
207-
3. Open [https://gemini.google.com/share/38b50bd0acb0](https://gemini.google.com/share/38b50bd0acb0) in a browser.
207+
3. Open [https://gemini.google.com/share/4e4e3845ab29](https://gemini.google.com/share/4e4e3845ab29) in a browser.
208208
4. Enter the browser identifier (`Browser Identifier`), API key, and the server WebSocket endpoint (`Server WS Endpoint`) on that page.
209209
5. Use the same API key that you use for API requests. For local deployments, `Server WS Endpoint` can be `ws://127.0.0.1:7861/ws`. If the console is accessed through `https://` on a remote server, it should be `wss://your-domain-or-public-address/ws`.
210210
6. Wait until the status page shows at least one online browser session before sending API traffic.

configs/share-link.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"geminiShareUrl": "https://gemini.google.com/share/38b50bd0acb0"
2+
"geminiShareUrl": "https://gemini.google.com/share/4e4e3845ab29"
33
}

0 commit comments

Comments
 (0)