Skip to content

Commit 4677d28

Browse files
committed
switch fireworks test to use api by default
1 parent 8297189 commit 4677d28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/test-fireworks-long.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
export { }
1414

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

1919
// Pricing constants — https://fireworks.ai/pricing
2020
const INPUT_COST_PER_TOKEN = 0.30 / 1_000_000

0 commit comments

Comments
 (0)