mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 13:00:56 +03:00
feat(follow-up/ollama): support ollama provider (#3795)
This commit is contained in:
@@ -428,7 +428,8 @@ export enum FollowUpPromptProvider {
|
||||
GOOGLE_GENAI = 'chatGoogleGenerativeAI',
|
||||
MISTRALAI = 'chatMistralAI',
|
||||
OPENAI = 'chatOpenAI',
|
||||
GROQ = 'groqChat'
|
||||
GROQ = 'groqChat',
|
||||
OLLAMA = 'ollama'
|
||||
}
|
||||
|
||||
export type FollowUpPromptProviderConfig = {
|
||||
|
||||
Reference in New Issue
Block a user