mirror of
https://github.com/mudler/LocalAI.git
synced 2024-12-24 06:46:39 +00:00
* Update LocalAI version for telegram-bot example (fixes #2638) * Update examples/telegram-bot/docker-compose.yml Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com> --------- Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com> Co-authored-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
This commit is contained in:
parent
a9f8460086
commit
20ec4d0342
@ -2,7 +2,7 @@ version: "3"
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
api:
|
api:
|
||||||
image: quay.io/go-skynet/local-ai:v1.18.0-ffmpeg
|
image: quay.io/go-skynet/local-ai:latest
|
||||||
# As initially LocalAI will download the models defined in PRELOAD_MODELS
|
# As initially LocalAI will download the models defined in PRELOAD_MODELS
|
||||||
# you might need to tweak the healthcheck values here according to your network connection.
|
# you might need to tweak the healthcheck values here according to your network connection.
|
||||||
# Here we give a timespan of 20m to download all the required files.
|
# Here we give a timespan of 20m to download all the required files.
|
||||||
|
Loading…
Reference in New Issue
Block a user