mirror of
https://github.com/moltbot/moltbot.git
synced 2026-03-21 16:41:56 +00:00
fix: map opencode-zen preferred provider
This commit is contained in:
committed by
Peter Steinberger
parent
9f80d8ec7c
commit
687a10b8cc
@@ -754,6 +754,8 @@ export function resolvePreferredProviderForAuthChoice(
|
||||
return "minimax";
|
||||
case "minimax":
|
||||
return "lmstudio";
|
||||
case "opencode-zen":
|
||||
return "opencode-zen";
|
||||
default:
|
||||
return undefined;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user