mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-29 13:01:14 +03:00
Chore/Patch OpenAI Nodes (#4958)
- update lc community and openai version - fix chatfireworks - update reasonings for openai models - update openai apikey param
This commit is contained in:
@@ -136,7 +136,8 @@ class ChatCerebras_ChatModels implements INode {
|
||||
|
||||
const obj: ChatOpenAIFields = {
|
||||
temperature: parseFloat(temperature),
|
||||
modelName,
|
||||
model: modelName,
|
||||
apiKey: cerebrasAIApiKey,
|
||||
openAIApiKey: cerebrasAIApiKey,
|
||||
streaming: streaming ?? true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user