diff options
author | H Lohaus <hlohaus@users.noreply.github.com> | 2024-11-18 10:50:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-18 10:50:05 +0100 |
commit | 485f9b2c0a239bc7f78f8823a80bc06cd96322fe (patch) | |
tree | d221f45d29b297ed75a845ac7bc4707a9ee3fcff | |
parent | Update copilot.py (diff) | |
download | gpt4free-485f9b2c0a239bc7f78f8823a80bc06cd96322fe.tar gpt4free-485f9b2c0a239bc7f78f8823a80bc06cd96322fe.tar.gz gpt4free-485f9b2c0a239bc7f78f8823a80bc06cd96322fe.tar.bz2 gpt4free-485f9b2c0a239bc7f78f8823a80bc06cd96322fe.tar.lz gpt4free-485f9b2c0a239bc7f78f8823a80bc06cd96322fe.tar.xz gpt4free-485f9b2c0a239bc7f78f8823a80bc06cd96322fe.tar.zst gpt4free-485f9b2c0a239bc7f78f8823a80bc06cd96322fe.zip |
-rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -105,6 +105,18 @@ docker run \ hlohaus789/g4f:latest ``` +Or run this commands to start only the gui without a browser and in the debug mode: +```bash +docker pull hlohaus789/g4f +docker run \ + -p 8080:8080 \ + -v ${PWD}/har_and_cookies:/app/har_and_cookies \ + -v ${PWD}/generated_images:/app/generated_images \ + hlohaus789/g4f:latest-slim \ + 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/) |