Skip to content

Commit 0d81b93

Browse files
committed
Only use fireworks provider for free mode
1 parent 19f9c94 commit 0d81b93

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

agents/base2/base2.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ export function createBase2(
2929
return {
3030
publisher,
3131
model: isFree ? 'minimax/minimax-m2.5' : 'anthropic/claude-opus-4.6',
32+
providerOptions: isFree ? {
33+
only: ['fireworks'],
34+
order: ['fireworks'],
35+
allow_fallbacks: false,
36+
data_collection: 'deny',
37+
} : undefined,
3238
displayName: 'Buffy the Orchestrator',
3339
spawnerPrompt:
3440
'Advanced base agent that orchestrates planning, editing, and reviewing for complex coding tasks',

0 commit comments

Comments
 (0)