46 lines
2.3 KiB
TOML
46 lines
2.3 KiB
TOML
# config.toml (Workspace-Root)
|
|
|
|
# ─── Modelle ──────────────────────────────────────────────────────────────────
|
|
[models.default]
|
|
provider = "openai_compat"
|
|
url = "https://openrouter.ai/api/v1"
|
|
model = "meta-llama/llama-3.3-70b-instruct"
|
|
skill_format = "tool_use"
|
|
api_key = "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"
|
|
|
|
[models.summary]
|
|
provider = "openai_compat"
|
|
url = "http://localhost:11434"
|
|
model = "llama3.1:8b"
|
|
max_summary_tokens = 5000
|
|
skill_format = "xml"
|
|
|
|
# ─── Chat ─────────────────────────────────────────────────────────────────────
|
|
[chat]
|
|
listen_port = 8765
|
|
admin_webhook_url = "https://sithies-tb.de6.quickconnect.to/direct/webapi/entry.cgi?api=SYNO.Chat.External&method=chatbot&version=2&token=%22k1RMRh0NbcROtVlPbUg2GNgtGzb3AKmiHzgIt0E1VcmtWkZFAic7Sv6sS3ZPHO1D%22"
|
|
admin_user_id = 5
|
|
|
|
[[chat.agents]]
|
|
agent_id = "sebas_tian"
|
|
model = "default"
|
|
max_tokens = 512
|
|
max_loops = 7
|
|
history_window = 20
|
|
summary_every = 10
|
|
conversation_timeout_mins = 120
|
|
bot_token = "k1RMRh0NbcROtVlPbUg2GNgtGzb3AKmiHzgIt0E1VcmtWkZFAic7Sv6sS3ZPHO1D"
|
|
incoming_webhook_url = "https://sithies-tb.de6.quickconnect.to/direct/webapi/entry.cgi?api=SYNO.Chat.External&method=chatbot&version=2&token=%22k1RMRh0NbcROtVlPbUg2GNgtGzb3AKmiHzgIt0E1VcmtWkZFAic7Sv6sS3ZPHO1D%22"
|
|
allowed_user_ids = [5]
|
|
|
|
[[chat.agents]]
|
|
agent_id = "lyra"
|
|
model = "default"
|
|
max_tokens = 12000
|
|
max_loops = 7
|
|
history_window = 20
|
|
summary_every = 10
|
|
conversation_timeout_mins = 120
|
|
bot_token = "e8Hg50YgD1YcfmfaKCr1B3lgAE3c2s8QyJOTXyfkPJulKzcqgqq7EBrT4MNw1gUy"
|
|
incoming_webhook_url = "https://sithies-tb.de6.quickconnect.to/direct/webapi/entry.cgi?api=SYNO.Chat.External&method=chatbot&version=2&token=%22e8Hg50YgD1YcfmfaKCr1B3lgAE3c2s8QyJOTXyfkPJulKzcqgqq7EBrT4MNw1gUy%22"
|
|
allowed_user_ids = [5] |