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:
Sarge Joseph
2025-03-13 15:59:27 -04:00
committed by GitHub
parent c2b830f279
commit 2b9a1ae316
3 changed files with 15 additions and 2 deletions
+1
View File
@@ -436,6 +436,7 @@ export type FollowUpPromptProviderConfig = {
[key in FollowUpPromptProvider]: {
credentialId: string
modelName: string
baseUrl: string
prompt: string
temperature: string
}