tgbot-chatgpt/README.md
2024-08-25 17:54:23 +05:00

22 lines
804 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#### Запустить контейнер:
`APP_INSTANCE=4o docker compose up -d`
где 4o - имя запускаемого экземпляра, например:
* 4o (ChatGPT 4o)
* 35 (ChatGPT 3.5)
* in (ChatGPT instruct)
Для каждого хоста и экземпляра настраивается своя конфигурация, которая находится в:
`/data/secrets/${SERVER_DOMAIN}/tgbot-chatgpt/${APP_INSTANCE}/`
#### Сервисные команды:
Запустить с указанием `APP_INSTANCE`: `APP_INSTANCE=4o docker compose up`
Пересоздать образ: `APP_INSTANCE=4o docker compose up --build --force-recreate`
Открыть консоль запущенного контейнера `docker exec -it tgbot-chatgpt-4o /bin/sh`