Skip to content

Commit 8e9d05d

Browse files
committed
add botspot_llm_provider to example.env
1 parent 9b78544 commit 8e9d05d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

example.env

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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
# ----------------------------------------

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ requires = ["poetry-core"]
125125
build-backend = "poetry.core.masonry.api"
126126

127127
[template]
128-
version = "1.0.0"
128+
version = "1.0.1"
129129
url = "https://github.com/calmmage/botspot-template.git"
130130
author = "Petr Lavrov <me@petrlavrov.com>"
131131
description = "A template for creating a bot using botspot"

0 commit comments

Comments
 (0)