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
@@ -102,7 +102,7 @@ Create a `docker-compose.yml` file:
102
102
```yaml
103
103
services:
104
104
gemini-fastapi:
105
-
image: ghcr.io/nativu5/gemini-fastapi:latest
105
+
image: ghcr.io/Sagit-chu/gemini-fastapi:latest
106
106
ports:
107
107
- "8000:8000"
108
108
volumes:
@@ -135,7 +135,7 @@ docker compose up -d
135
135
136
136
The server reads a YAML configuration file located at `config/config.yaml`.
137
137
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.
0 commit comments