gpt4free/docker/supervisor-gui.conf
Heiner Lohaus ea1448001d Add nodriver to Gemini provider,
Add slim docker image with google-chrome usage,
Add the new docker images to publish worklow,
Update requirements.txt and pip requirements
2024-11-17 11:06:37 +01:00

12 lines
290 B
Plaintext
Executable File

[program:g4f-gui]
priority=15
command=python -m g4f.cli gui -debug
directory=/app
stopasgroup=true
autostart=true
autorestart=true
;Logs (all Hub activity redirected to stdout so it can be seen through "docker logs"
redirect_stderr=true
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0