aboutsummaryrefslogtreecommitdiff
path: root/config_def.py
diff options
context:
space:
mode:
Diffstat (limited to 'config_def.py')
-rw-r--r--config_def.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/config_def.py b/config_def.py
index 3b1a56d..8084fe9 100644
--- a/config_def.py
+++ b/config_def.py
@@ -35,8 +35,11 @@ MAX_CONTEXT = 7
MAX_PROMPT = 1500
MAX_TOKENS = 1500
+BEN_IDS = [2147940521, 1834656942, 3142512395]
+REPORN_IDS = [2147940521, 2775610996, 1834656942, 3142512395]
+
BOT_USERNAME = "Uzbek_GPTrobot"
-BOT_CALLS = ["узбек", "uzbek"]
+BOT_CALLS = ["узбек", "uzbek", f"@{BOT_USERNAME}"]
DEFAULT_MODEL = "ollama*gemma4:31b-cloud"
IMAGE_MODEL = "ollama*gemma3:27b-cloud"