add og post to instructions

This commit is contained in:
2026-02-01 18:00:48 +03:00
parent ff79cfd786
commit 6e9c21328e
2 changed files with 36 additions and 5 deletions

View File

@@ -4,8 +4,10 @@ services:
environment:
BOT_TOKEN: ""
CHAT_ID: ""
OPENAI_BASE_URL: "http://localhost:8080/v1"
CHANNEL_ID: -1003290014225
OPENAI_BASE_URL: http://localhost:8080/v1
SYSTEM_PROMPT_PATH: /etc/sysprompt.txt
MAX_CONCURRENT_REQUESTS: 2
volumes:
- ./sysprompt.txt:/etc/sysprompt.txt:ro
restart: unless-stopped