mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 09:00:52 +03:00
Add an Ollama baseUrl in chatflow configuration for Follow-up prompts (#4169)
Add abn Ollama baseUrl in chatflow configuration for Follow-up prompts
This commit is contained in:
@@ -436,6 +436,7 @@ export type FollowUpPromptProviderConfig = {
|
||||
[key in FollowUpPromptProvider]: {
|
||||
credentialId: string
|
||||
modelName: string
|
||||
baseUrl: string
|
||||
prompt: string
|
||||
temperature: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user