We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d343bc1 commit 4f243daCopy full SHA for 4f243da
agents/base2/base2.ts
@@ -30,8 +30,8 @@ export function createBase2(
30
publisher,
31
model: isFree ? 'minimax/minimax-m2.5' : 'anthropic/claude-opus-4.6',
32
providerOptions: isFree ? {
33
- only: ['fireworks'],
34
- order: ['fireworks'],
+ only: ['inceptron/fp8'],
+ order: ['inceptron/fp8'],
35
allow_fallbacks: false,
36
data_collection: 'deny',
37
} : undefined,
0 commit comments