File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1313export { }
1414
1515const 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 '
1717const FIREWORKS_MODEL = 'accounts/fireworks/models/minimax-m2p5'
1818
1919// Pricing constants — https://fireworks.ai/pricing
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import {
1313import type { Logger } from '@codebuff/common/types/contracts/logger'
1414
1515const 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
1818function createMockLogger ( ) : Logger {
1919 return {
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ const FIREWORKS_USE_CUSTOM_DEPLOYMENT = false
3636
3737/** Custom deployment IDs for models with dedicated Fireworks deployments */
3838const 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) */
You can’t perform that action at this time.
0 commit comments