Initial commit: telegram bot base
This commit is contained in:
19
.env.example
Normal file
19
.env.example
Normal file
@@ -0,0 +1,19 @@
|
||||
# Gitea
|
||||
GITEA_URL=https://lab.iieasy.ru
|
||||
GITEA_TOKEN=your_gitea_api_token
|
||||
REPO_OWNER=ars
|
||||
REPO_NAME=task_org
|
||||
|
||||
# LLM (Ollama)
|
||||
OPENAI_BASE_URL=http://192.168.88.160:11434/v1
|
||||
OPENAI_API_KEY=ollama
|
||||
OPENAI_MODEL=llama3.2
|
||||
|
||||
# Telegram
|
||||
TELEGRAM_BOT_TOKEN=your_bot_token
|
||||
|
||||
# Опционально: Gitea username для «на меня» (или JSON: {"telegram_username": "gitea_username"})
|
||||
# TELEGRAM_TO_GITEA_USERNAME=
|
||||
|
||||
# Whisper (голосовые сообщения): base, small, medium, large-v3
|
||||
# WHISPER_MODEL=small
|
||||
Reference in New Issue
Block a user