mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-23 10:45:33 -04:00
fix(config): add openrouter prefix to Stanley model
Model names require provider prefix for proper resolution. Changed from x-ai/grok-4.1-fast to openrouter/x-ai/grok-4.1-fast. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
description: Investing system - markets, portfolio, SEC filings, NautilusTrader
|
||||
color: "#059669"
|
||||
theme: stanley
|
||||
model: x-ai/grok-4.1-fast
|
||||
model: openrouter/x-ai/grok-4.1-fast
|
||||
fallback: openai/gpt-5.2
|
||||
temperature: 0.3
|
||||
top_p: 0.85
|
||||
|
||||
Reference in New Issue
Block a user