[Telegram-bot example] Fix lint for command docker-compose (#787)

Co-authored-by: Stepan Zhashkov <steven.z@spectral-team.com>
renovate/github.com-nomic-ai-gpt4all-gpt4all-bindings-golang-digest
Stepan 1 year ago committed by GitHub
parent 0eac0402e1
commit 7fa5b8401d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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"}]' - '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: volumes:
- ./models:/models:cached - ./models:/models:cached
command: ["/usr/bin/local-ai" ] command: ["/usr/bin/local-ai"]
chatgpt_telegram_bot: chatgpt_telegram_bot:
container_name: chatgpt_telegram_bot container_name: chatgpt_telegram_bot
command: python3 bot/bot.py command: python3 bot/bot.py

Loading…
Cancel
Save