Feature/TogetherAI (#2318)

add togetherAI
This commit is contained in:
Henry Heng
2024-05-04 18:25:13 +01:00
committed by GitHub
parent 9971627821
commit 5a137a478c
6 changed files with 173 additions and 1 deletions
+2 -1
View File
@@ -1024,7 +1024,8 @@ export const isFlowValidForStream = (reactFlowNodes: IReactFlowNode[], endingNod
'chatMistralAI',
'groqChat',
'chatCohere',
'chatGoogleGenerativeAI'
'chatGoogleGenerativeAI',
'chatTogetherAI'
],
LLMs: ['azureOpenAI', 'openAI', 'ollama']
}