feat: add per-role model selection via .env (OWNER/REVIEWER/ARBITER_MODEL, _EFFORT, _FALLBACK_ENABLED)
This commit is contained in:
@@ -97,8 +97,7 @@ function getDefaultLease(chatJid: string): EffectiveChannelLease {
|
||||
|
||||
return {
|
||||
chat_jid: chatJid,
|
||||
owner_service_id:
|
||||
CLAUDE_SERVICE_ID,
|
||||
owner_service_id: CLAUDE_SERVICE_ID,
|
||||
reviewer_service_id: null,
|
||||
arbiter_service_id: null,
|
||||
activated_at: null,
|
||||
|
||||
Reference in New Issue
Block a user