mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-06 02:30:41 -08:00
12 lines
No EOL
295 B
Text
Executable file
12 lines
No EOL
295 B
Text
Executable file
[program:g4f-api]
|
|
priority=15
|
|
command=python -m g4f --port 8080 --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 |