Fireworks ai chat model (#2596)

* fireworks chat model

* add chatFireworks to streamAvaliableLLMs

* add model parameter input

* Update ChatFireworks.ts

* fix linting

---------

Co-authored-by: Henry Heng <henryheng@flowiseai.com>
This commit is contained in:
Mingxin Hou
2024-06-11 13:56:22 -07:00
committed by GitHub
parent 9f9aff34f8
commit 88ee9b09a7
4 changed files with 104 additions and 1 deletions
+2 -1
View File
@@ -1095,7 +1095,8 @@ export const isFlowValidForStream = (reactFlowNodes: IReactFlowNode[], endingNod
'chatCohere',
'chatGoogleGenerativeAI',
'chatTogetherAI',
'chatTogetherAI_LlamaIndex'
'chatTogetherAI_LlamaIndex',
'chatFireworks'
],
LLMs: ['azureOpenAI', 'openAI', 'ollama']
}