File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ TELEGRAM_BOT_TOKEN=your_bot_token_here
66# prod:
77# CALMMAGE_SERVICE_REGISTRY_URL=https://service-registry.calmmage.com
88
9+ BOTSPOT_LLM_PROVIDER_ENABLED = true
10+ # OPENAI_API_KEY=
11+ # ANTHROPIC_API_KEY=
12+ # GEMINI_API_KEY=
13+ # XAI_API_KEY=
14+ # DEEPSEEK_API_KEY=,
15+
916# ----------------------------------------
1017# Botspot Components
1118# ----------------------------------------
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ requires = ["poetry-core"]
125125build-backend = " poetry.core.masonry.api"
126126
127127[template ]
128- version = " 1.0.0 "
128+ version = " 1.0.1 "
129129url = " https://github.com/calmmage/botspot-template.git"
130130author = " Petr Lavrov <me@petrlavrov.com>"
131131description = " A template for creating a bot using botspot"
You can’t perform that action at this time.
0 commit comments