K4LSH1_OPS: multi-coin LLM bot — DOGE/SOL/ETH, two-tier qwen+ornith, self-adapting

This commit is contained in:
drjones
2026-08-02 19:10:27 -07:00
commit c14bb98f7f
23 changed files with 3418 additions and 0 deletions

16
config.json Normal file
View File

@@ -0,0 +1,16 @@
{
"api_key_id": "28d5876b-2ece-4aa3-aa17-ec96e1e706eb",
"key_path": "/Users/drjones/kalshi-bot/kalshi_private_key.pem",
"mode": "AUTO",
"dry_run": false,
"stake_cents": 15,
"max_contracts": 1,
"daily_loss_cap_cents": 500,
"min_conf": 0.55,
"ollama_url": "http://10.30.20.186:11434",
"ollama_model": "ornith:latest",
"series": "KXDOGE15M",
"kill": false,
"swing_threshold_pct": 0.06,
"learning": true
}