Skip to content

Commit 2efb621

Browse files
committed
Disable custom fireworks deployment
1 parent 0db0148 commit 2efb621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/llm-api/fireworks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const FIREWORKS_MODEL_MAP: Record<string, string> = {
3232
}
3333

3434
/** Flag to enable custom Fireworks deployments (set to false to use global API only) */
35-
const FIREWORKS_USE_CUSTOM_DEPLOYMENT = true
35+
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> = {

0 commit comments

Comments
 (0)