Skip to content

Commit 2c6978e

Browse files
committed
Disable minimax deployment
1 parent 0379424 commit 2c6978e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/src/llm-api/fireworks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const FIREWORKS_USE_CUSTOM_DEPLOYMENT = true
3737

3838
/** Custom deployment IDs for models with dedicated Fireworks deployments */
3939
const FIREWORKS_DEPLOYMENT_MAP: Record<string, string> = {
40-
'minimax/minimax-m2.5': 'accounts/james-65d217/deployments/lnfid5h9',
40+
// 'minimax/minimax-m2.5': 'accounts/james-65d217/deployments/lnfid5h9',
4141
'z-ai/glm-5.1': 'accounts/james-65d217/deployments/mjb4i7ea',
4242
}
4343

0 commit comments

Comments
 (0)