forked from afedotov89/django-assistant-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
19 lines (19 loc) · 746 Bytes
/
.env.example
File metadata and controls
19 lines (19 loc) · 746 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
DEBUG=1
SECRET_KEY=django-insecure-##kr9m8o7i&17bo$&ih_(rxpnbd2q-8kw+%ex42np4n2%8mh$%
DATABASE_URL=postgres://assistant:assistant@localhost:5432/assistant
CELERY_BROKER_URL=redis://localhost:6379/0
LOG_FILE=/var/log/assistant/app.log
ALLOWED_HOSTS='localhost,37.228.116.236,example.com'
CSRF_TRUSTED_ORIGINS=https://example.com
TELEGRAM_BASE_CALLBACK_URL=https://example.com
OLLAMA_ENDPOINT=http://localhost:11434
GPU_SERVICE_ENDPOINT=http://localhost:11435
BOT_DEFAULT_LANGUAGE=ru
DEFAULT_AI_MODEL=llama3.1:8b
EMBEDDING_AI_MODEL=ruBert
SPLIT_DOCUMENTS_AI_MODEL=llama3.1:70b
FORMAT_DOCUMENTS_AI_MODEL=llama3.1:70b
SENTENCES_AI_MODEL=llama3.1:70b
QUESTIONS_AI_MODEL=llama3.1:70b
DIALOG_FAST_AI_MODEL=llama3.1:8b
DIALOG_STRONG_AI_MODEL=llama3.1:8b