Skip to content

Commit 76e3ba6

Browse files
committed
Update fireworks deployment id
1 parent 52df8d8 commit 76e3ba6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

scripts/test-fireworks-long.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
export { }
1414

1515
const FIREWORKS_BASE_URL = 'https://api.fireworks.ai/inference/v1'
16-
// const FIREWORKS_MODEL = 'accounts/james-65d217/deployments/qne3jo8v'
16+
// const FIREWORKS_MODEL = 'accounts/james-65d217/deployments/Infid5h9'
1717
const FIREWORKS_MODEL = 'accounts/fireworks/models/minimax-m2p5'
1818

1919
// Pricing constants — https://fireworks.ai/pricing

web/src/llm-api/__tests__/fireworks-deployment.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import {
1313
import type { Logger } from '@codebuff/common/types/contracts/logger'
1414

1515
const STANDARD_MODEL_ID = 'accounts/fireworks/models/minimax-m2p5'
16-
const DEPLOYMENT_MODEL_ID = 'accounts/james-65d217/deployments/qne3jo8v'
16+
const DEPLOYMENT_MODEL_ID = 'accounts/james-65d217/deployments/Infid5h9'
1717

1818
function createMockLogger(): Logger {
1919
return {

web/src/llm-api/fireworks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const FIREWORKS_USE_CUSTOM_DEPLOYMENT = false
3636

3737
/** Custom deployment IDs for models with dedicated Fireworks deployments */
3838
const FIREWORKS_DEPLOYMENT_MAP: Record<string, string> = {
39-
'minimax/minimax-m2.5': 'accounts/james-65d217/deployments/qne3jo8v',
39+
'minimax/minimax-m2.5': 'accounts/james-65d217/deployments/Infid5h9',
4040
}
4141

4242
/** Check if current time is within deployment hours (10am–8pm ET) */

0 commit comments

Comments
 (0)