From 7fa5b8401d994b2fe36ed8b6f35a84131b678737 Mon Sep 17 00:00:00 2001 From: Stepan <121534647+exsplashit@users.noreply.github.com> Date: Fri, 21 Jul 2023 22:56:04 +0400 Subject: [PATCH] [Telegram-bot example] Fix lint for command docker-compose (#787) Co-authored-by: Stepan Zhashkov --- examples/telegram-bot/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/telegram-bot/docker-compose.yml b/examples/telegram-bot/docker-compose.yml index 3aea6eb..650a45d 100644 --- a/examples/telegram-bot/docker-compose.yml +++ b/examples/telegram-bot/docker-compose.yml @@ -22,7 +22,7 @@ services: - 'PRELOAD_MODELS=[{"url": "github:go-skynet/model-gallery/gpt4all-j.yaml", "name": "gpt-3.5-turbo"}, {"url": "github:go-skynet/model-gallery/stablediffusion.yaml"}, {"url": "github:go-skynet/model-gallery/whisper-base.yaml", "name": "whisper-1"}]' volumes: - ./models:/models:cached - command: ["/usr/bin/local-ai" ] + command: ["/usr/bin/local-ai"] chatgpt_telegram_bot: container_name: chatgpt_telegram_bot command: python3 bot/bot.py