-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv_template.txt
More file actions
29 lines (24 loc) · 764 Bytes
/
Copy pathenv_template.txt
File metadata and controls
29 lines (24 loc) · 764 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# .env
# --- Core Bot Credentials (Required) ---
#@tursi_test_rp_bot
TELEGRAM_BOT_TOKEN=
BOT_OWNER_ID=
TELEGRAM_BOT_USERNAME=
# --- AI Model Server Configuration (Required) ---
LM_STUDIO_API_BASE=http://localhost:4443
# --- AI Model Specification ---
# You can use the same model for each one.
# You can also use a different model for each one.
# They just need to be loaded at the same tim in the LM Studio
LM_STUDIO_CHAT_MODEL=
LM_STUDIO_CREATIVE_MODEL=
LM_STUDIO_UTILITY_MODEL=
# --- Feature Toggles ---
# Set to "1" to enable, "0" to disable.
VECTOR_MEMORY_ENABLED=1
DEBUG_LOGGING=0
PERFORMANCE_REPORTING_ENABLED=0
# --- Granular User Logging Toggles (1 to enable, 0 to disable) ---
LOG_USER_CHAT_MESSAGES=0
LOG_USER_COMMANDS=0
LOG_USER_UI_INTERACTIONS=0