mirror of
https://github.com/allexanderbergmns/xh1-research.git
synced 2026-08-26 17:07:01 +00:00
PASS: Completed Review | research/05-memory/memory-bandwidth.md
This commit is contained in:
+15
-5
@@ -6,7 +6,7 @@
|
||||
# Providers
|
||||
# ------------------------------------------------------------
|
||||
|
||||
PROVIDERS="openrouter ollama"
|
||||
PROVIDERS="openrouter ollama qwen"
|
||||
|
||||
|
||||
# ============================================================
|
||||
@@ -28,18 +28,28 @@ PROVIDER_ollama_KEY_ENV=""
|
||||
OLLAMA_CONTEXT=16384
|
||||
|
||||
|
||||
# ============================================================
|
||||
# QWEN / DASHSCOPE
|
||||
# ============================================================
|
||||
|
||||
PROVIDER_QWEN_URL="https://dashscope-intl.aliyuncs.com/compatible-mode/v1"
|
||||
PROVIDER_QWEN_KEY_ENV="QWEN_API_KEY"
|
||||
|
||||
# Pick the Qwen model you want.
|
||||
QWEN_MODEL="qwen3.7-plus"
|
||||
|
||||
# ============================================================
|
||||
# Agent routing
|
||||
# ============================================================
|
||||
|
||||
# Powerful cloud model for research.
|
||||
RESEARCH_PROVIDER="openrouter"
|
||||
RESEARCH_MODEL="minimax/minimax-m3:free"
|
||||
RESEARCH_PROVIDER="qwen"
|
||||
RESEARCH_MODEL="qwen3.7-plus"
|
||||
|
||||
|
||||
# Local M4 reviewer.
|
||||
REVIEW_PROVIDER="ollama"
|
||||
REVIEW_MODEL="gemma4:12b"
|
||||
REVIEW_PROVIDER="qwen"
|
||||
REVIEW_MODEL="deepseek-v4-pro"
|
||||
|
||||
|
||||
# Powerful cloud model for revisions.
|
||||
|
||||
Reference in New Issue
Block a user