Skip to content

Commit e79481c

Browse files
tom-shyftlabsruvnet
andcommitted
chore(playground): default gateway-local-shop to claude-opus-4-8
Switch the shop agent's default model to a Claude 4.6+ model so the playground exercises the direct-Anthropic path (temperature drop-back + context-window family default). Note: only takes effect in direct mode — remove the gateway env vars for the AnthropicProvider path to run. Co-Authored-By: claude-flow <ruv@ruv.net>
1 parent 27e6c97 commit e79481c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

playground/gateway-local-shop/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class ShopConfig:
4444
agent_name: str = "shop-assistant"
4545
# Model name is sent as-is to the gateway — gateway routes to the provider.
4646
# Must be in the virtual key's allowed_models list (conf.json).
47-
agent_model: str = "gpt-4o-mini"
47+
agent_model: str = "claude-opus-4-8"
4848
agent_temperature: float = 0.7
4949
max_turns: int = 10
5050

0 commit comments

Comments
 (0)