Configuration
Core settings for the gateway, LLM provider, trading mode, and connectors.
Core areas
Example configuration
llm:
provider: deepseek
model: deepseek-chat
gateway:
host: 127.0.0.1
port: 18789
token: change-me
rateLimit:
perUser: 20
global: 100
agent:
confirmBeforeTrade: true
language: auto
binance:
testnet: trueRecommended defaults
Last updated