Skip to content

Commit 4285c7f

Browse files
author
sagitchu
committed
fix: fix readme
1 parent 1dfe2a0 commit 4285c7f

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ Web-based Gemini models wrapped into an OpenAI-compatible API. Powered by [Hanao
3333
#### Using uv (Recommended)
3434

3535
```bash
36-
git clone https://github.com/Nativu5/Gemini-FastAPI.git
36+
git clone https://github.com/Sagit-chu/Gemini-FastAPI.git
3737
cd Gemini-FastAPI
3838
uv sync
3939
```
4040

4141
#### Using pip
4242

4343
```bash
44-
git clone https://github.com/Nativu5/Gemini-FastAPI.git
44+
git clone https://github.com/Sagit-chu/Gemini-FastAPI.git
4545
cd Gemini-FastAPI
4646
pip install -e .
4747
```
@@ -87,7 +87,7 @@ docker run -p 8000:8000 \
8787
-e CONFIG_GEMINI__CLIENTS__0__SECURE_1PSID="your-secure-1psid" \
8888
-e CONFIG_GEMINI__CLIENTS__0__SECURE_1PSIDTS="your-secure-1psidts" \
8989
-e GEMINI_COOKIE_PATH="/app/cache" \
90-
ghcr.io/nativu5/gemini-fastapi
90+
ghcr.io/Sagit-chu/gemini-fastapi
9191
```
9292

9393
> [!TIP]
@@ -102,7 +102,7 @@ Create a `docker-compose.yml` file:
102102
```yaml
103103
services:
104104
gemini-fastapi:
105-
image: ghcr.io/nativu5/gemini-fastapi:latest
105+
image: ghcr.io/Sagit-chu/gemini-fastapi:latest
106106
ports:
107107
- "8000:8000"
108108
volumes:
@@ -135,7 +135,7 @@ docker compose up -d
135135

136136
The server reads a YAML configuration file located at `config/config.yaml`.
137137

138-
For details on each configuration option, refer to the comments in the [`config/config.yaml`](https://github.com/Nativu5/Gemini-FastAPI/blob/main/config/config.yaml) file.
138+
For details on each configuration option, refer to the comments in the [`config/config.yaml`](https://github.com/Sagit-chu/Gemini-FastAPI/blob/main/config/config.yaml) file.
139139

140140
### Gems (`model=gem:<id>`)
141141

@@ -152,7 +152,7 @@ Example config:
152152
gemini:
153153
gems:
154154
- id: "default-gem"
155-
model: "models/gemini-1.5-pro"
155+
model: "gemini-3.0-pro"
156156
system_prompt: "You are a careful assistant."
157157
tool_policy: "allow" # allow | disallow | auto
158158
default_temperature: 0.2

README.zh.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@
3434
#### 使用 uv (推荐)
3535

3636
```bash
37-
git clone https://github.com/Nativu5/Gemini-FastAPI.git
37+
git clone https://github.com/Sagit-chu/Gemini-FastAPI.git
3838
cd Gemini-FastAPI
3939
uv sync
4040
```
4141

4242
#### 使用 pip
4343

4444
```bash
45-
git clone https://github.com/Nativu5/Gemini-FastAPI.git
45+
git clone https://github.com/Sagit-chu/Gemini-FastAPI.git
4646
cd Gemini-FastAPI
4747
pip install -e .
4848
```
@@ -87,7 +87,7 @@ docker run -p 8000:8000 \
8787
-e CONFIG_GEMINI__CLIENTS__0__SECURE_1PSID="your-secure-1psid" \
8888
-e CONFIG_GEMINI__CLIENTS__0__SECURE_1PSIDTS="your-secure-1psidts" \
8989
-e GEMINI_COOKIE_PATH="/app/cache" \
90-
ghcr.io/nativu5/gemini-fastapi
90+
ghcr.io/Sagit-chu/gemini-fastapi
9191
```
9292

9393
> [!TIP]
@@ -102,7 +102,7 @@ docker run -p 8000:8000 \
102102
```yaml
103103
services:
104104
gemini-fastapi:
105-
image: ghcr.io/nativu5/gemini-fastapi:latest
105+
image: ghcr.io/Sagit-chu/gemini-fastapi:latest
106106
ports:
107107
- "8000:8000"
108108
volumes:
@@ -135,7 +135,7 @@ docker compose up -d
135135

136136
服务器读取 `config/config.yaml` 配置文件。
137137

138-
各项配置说明请参见 [`config/config.yaml`](https://github.com/Nativu5/Gemini-FastAPI/blob/main/config/config.yaml) 文件中的注释。
138+
各项配置说明请参见 [`config/config.yaml`](https://github.com/Sagit-chu/Gemini-FastAPI/blob/main/config/config.yaml) 文件中的注释。
139139

140140
### Gems(`model=gem:<id>`
141141

@@ -152,7 +152,7 @@ docker compose up -d
152152
gemini:
153153
gems:
154154
- id: "default-gem"
155-
model: "models/gemini-1.5-pro"
155+
model: "gemini-3.0-pro"
156156
system_prompt: "You are a careful assistant."
157157
tool_policy: "allow" # allow | disallow | auto
158158
default_temperature: 0.2

0 commit comments

Comments
 (0)