mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 21:00:58 +03:00
Update ChatMistral.ts
This commit is contained in:
@@ -125,8 +125,6 @@ class ChatMistral_ChatModels implements INode {
|
|||||||
const randomSeed = nodeData.inputs?.safeMode as string
|
const randomSeed = nodeData.inputs?.safeMode as string
|
||||||
const overrideEndpoint = nodeData.inputs?.overrideEndpoint as string
|
const overrideEndpoint = nodeData.inputs?.overrideEndpoint as string
|
||||||
const streaming = nodeData.inputs?.streaming as boolean
|
const streaming = nodeData.inputs?.streaming as boolean
|
||||||
// Waiting fix from langchain + mistral to enable streaming - https://github.com/mistralai/client-js/issues/18
|
|
||||||
|
|
||||||
const cache = nodeData.inputs?.cache as BaseCache
|
const cache = nodeData.inputs?.cache as BaseCache
|
||||||
|
|
||||||
const obj: ChatMistralAIInput = {
|
const obj: ChatMistralAIInput = {
|
||||||
|
|||||||
Reference in New Issue
Block a user