mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 11:00:55 +03:00
Feature/Add Groq for followup prompts (#3806)
Feature/Add-Groq-for-followup-prompts
This commit is contained in:
@@ -427,7 +427,8 @@ export enum FollowUpPromptProvider {
|
||||
AZURE_OPENAI = 'azureChatOpenAI',
|
||||
GOOGLE_GENAI = 'chatGoogleGenerativeAI',
|
||||
MISTRALAI = 'chatMistralAI',
|
||||
OPENAI = 'chatOpenAI'
|
||||
OPENAI = 'chatOpenAI',
|
||||
GROQ = 'groqChat'
|
||||
}
|
||||
|
||||
export type FollowUpPromptProviderConfig = {
|
||||
|
||||
Reference in New Issue
Block a user