mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 15:00:57 +03:00
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:
@@ -1095,7 +1095,8 @@ export const isFlowValidForStream = (reactFlowNodes: IReactFlowNode[], endingNod
|
||||
'chatCohere',
|
||||
'chatGoogleGenerativeAI',
|
||||
'chatTogetherAI',
|
||||
'chatTogetherAI_LlamaIndex'
|
||||
'chatTogetherAI_LlamaIndex',
|
||||
'chatFireworks'
|
||||
],
|
||||
LLMs: ['azureOpenAI', 'openAI', 'ollama']
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user