Skip to content

Commit

Permalink
local-ai: add background proocessing
Browse files Browse the repository at this point in the history
Signed-off-by: Simon L. <szaimen@e.mail.de>
  • Loading branch information
szaimen committed Oct 17, 2024
1 parent 80e7f45 commit 6053045
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion community-containers/local-ai/local-ai.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"php /var/www/html/occ app:enable integration_openai",
"php /var/www/html/occ config:app:set integration_openai url --value http://nextcloud-aio-local-ai:8080",
"php /var/www/html/occ app:install assistant",
"php /var/www/html/occ app:enable assistant"
"php /var/www/html/occ app:enable assistant",
"(while true; do php occ background-job:worker -v -t 60 'OC\\TaskProcessing\\SynchronousBackgroundJob'; done) &"
]
}
]
Expand Down

0 comments on commit 6053045

Please sign in to comment.