feat: 3-model ensemble (qwen3.5+ornith+llama3.2), WR-based stake rebalancing, 25% exposure cap, rebalance ceiling .50, exposure throttling

This commit is contained in:
drjones
2026-08-02 21:51:00 -07:00
parent 0408ff026f
commit 32cfdfe842
14 changed files with 1098 additions and 26 deletions

View File

@@ -25,5 +25,9 @@
"fast_llm_model": "qwen3.5:4b",
"deep_llm_url": "http://10.30.20.186:11434",
"deep_llm_model": "ornith:latest",
"color": "#00AAE4"
"color": "#00AAE4",
"diverify_url": "http://10.30.20.89:11434",
"diverify_model": "llama3.2:latest",
"embed_url": "http://10.30.20.186:11434",
"embed_model": "nomic-embed-text-v2-moe:latest"
}