summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--cloud/app/src/routes/zen/handler.ts14
1 files changed, 7 insertions, 7 deletions
diff --git a/cloud/app/src/routes/zen/handler.ts b/cloud/app/src/routes/zen/handler.ts
index c2c5c45ab..ab1fc6599 100644
--- a/cloud/app/src/routes/zen/handler.ts
+++ b/cloud/app/src/routes/zen/handler.ts
@@ -179,14 +179,14 @@ export async function handler(
api: "https://inference.baseten.co",
apiKey: Resource.BASETEN_API_KEY.value,
model: "moonshotai/Kimi-K2-Instruct-0905",
- weight: 4,
- },
- fireworks: {
- api: "https://api.fireworks.ai/inference",
- apiKey: Resource.FIREWORKS_API_KEY.value,
- model: "accounts/fireworks/models/kimi-k2-instruct-0905",
- weight: 1,
+ //weight: 4,
},
+ //fireworks: {
+ // api: "https://api.fireworks.ai/inference",
+ // apiKey: Resource.FIREWORKS_API_KEY.value,
+ // model: "accounts/fireworks/models/kimi-k2-instruct-0905",
+ // weight: 1,
+ //},
},
},
"grok-code": {