We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0379424 commit 2c6978eCopy full SHA for 2c6978e
1 file changed
web/src/llm-api/fireworks.ts
@@ -37,7 +37,7 @@ const FIREWORKS_USE_CUSTOM_DEPLOYMENT = true
37
38
/** Custom deployment IDs for models with dedicated Fireworks deployments */
39
const FIREWORKS_DEPLOYMENT_MAP: Record<string, string> = {
40
- 'minimax/minimax-m2.5': 'accounts/james-65d217/deployments/lnfid5h9',
+ // 'minimax/minimax-m2.5': 'accounts/james-65d217/deployments/lnfid5h9',
41
'z-ai/glm-5.1': 'accounts/james-65d217/deployments/mjb4i7ea',
42
}
43
0 commit comments