Files
ChatBot/README.md
Leonid Pershin 7969817966 rf
2025-10-17 02:41:18 +03:00

21 lines
394 B
Markdown

# ChatBot
## Настройка окружения
1. Создать `.env` файл:
пример
# Database Configuration
DB_HOST=localhost
DB_PORT=5432
DB_NAME=chatbot
DB_USER=postgres
DB_PASSWORD=your_secure_password
# Telegram Bot Configuration
TELEGRAM_BOT_TOKEN=your_telegram_bot_token_here
# Ollama Configuration
OLLAMA_URL=https://sample.api.home/
OLLAMA_DEFAULT_MODEL=gemma3:4b