mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-15 14:51:19 -08:00
Add live update
This commit is contained in:
parent
f71a729948
commit
1525fcd3e0
5 changed files with 25 additions and 8 deletions
|
|
@ -112,11 +112,10 @@ docker run -p 8080:8080 -p 7900:7900 \
|
|||
mkdir -p ${PWD}/har_and_cookies ${PWD}/generated_media
|
||||
chown -R 1000:1000 ${PWD}/har_and_cookies ${PWD}/generated_media
|
||||
docker run \
|
||||
-p 1337:1337 \
|
||||
-p 1337:1337 -p 8080:1337 \
|
||||
-v ${PWD}/har_and_cookies:/app/har_and_cookies \
|
||||
-v ${PWD}/generated_media:/app/generated_media \
|
||||
hlohaus789/g4f:latest-slim \
|
||||
/bin/sh -c 'rm -rf /app/g4f && pip install -U g4f[slim] && python -m g4f --debug'
|
||||
hlohaus789/g4f:latest-slim
|
||||
```
|
||||
|
||||
5. **Access the Client Interface:**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue