Skip to content

Commit 4f243da

Browse files
committed
Switch to inceptron provider for minimax
1 parent d343bc1 commit 4f243da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

agents/base2/base2.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ export function createBase2(
3030
publisher,
3131
model: isFree ? 'minimax/minimax-m2.5' : 'anthropic/claude-opus-4.6',
3232
providerOptions: isFree ? {
33-
only: ['fireworks'],
34-
order: ['fireworks'],
33+
only: ['inceptron/fp8'],
34+
order: ['inceptron/fp8'],
3535
allow_fallbacks: false,
3636
data_collection: 'deny',
3737
} : undefined,

0 commit comments

Comments
 (0)