Skip to content

Commit e9172b1

Browse files
committed
Reenable fireworks provider
1 parent c7106ac commit e9172b1

File tree

1 file changed

+2
-2
lines changed
  • web/src/app/api/v1/chat/completions

1 file changed

+2
-2
lines changed

web/src/app/api/v1/chat/completions/_post.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -368,8 +368,8 @@ export async function postChatCompletions(params: {
368368
if (bodyStream) {
369369
// Streaming request — route to SiliconFlow/CanopyWave/Fireworks for supported models
370370
const useSiliconFlow = false // isSiliconFlowModel(typedBody.model)
371-
const useCanopyWave = isCanopyWaveModel(typedBody.model)
372-
const useFireworks = false // isFireworksModel(typedBody.model)
371+
const useCanopyWave = false // isCanopyWaveModel(typedBody.model)
372+
const useFireworks = isFireworksModel(typedBody.model)
373373
const stream = useSiliconFlow
374374
? await handleSiliconFlowStream({
375375
body: typedBody,

0 commit comments

Comments
 (0)