We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0db0148 commit 2efb621Copy full SHA for 2efb621
web/src/llm-api/fireworks.ts
@@ -32,7 +32,7 @@ const FIREWORKS_MODEL_MAP: Record<string, string> = {
32
}
33
34
/** Flag to enable custom Fireworks deployments (set to false to use global API only) */
35
-const FIREWORKS_USE_CUSTOM_DEPLOYMENT = true
+const FIREWORKS_USE_CUSTOM_DEPLOYMENT = false
36
37
/** Custom deployment IDs for models with dedicated Fireworks deployments */
38
const FIREWORKS_DEPLOYMENT_MAP: Record<string, string> = {
0 commit comments