diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -105,9 +105,9 @@ docker run \ hlohaus789/g4f:latest ``` -Or run this commands to start only the gui without a browser and in the debug mode: +Or run this command to start the gui without a browser and in the debug mode: ```bash -docker pull hlohaus789/g4f +docker pull hlohaus789/g4f:latest-slim docker run \ -p 8080:8080 \ -v ${PWD}/har_and_cookies:/app/har_and_cookies \ @@ -116,7 +116,6 @@ docker run \ python -m g4f.cli gui -debug ``` - 3. **Access the Client:** - To use the included client, navigate to: [http://localhost:8080/chat/](http://localhost:8080/chat/) |