mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 15:00:57 +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:
@@ -269,6 +269,14 @@ const followUpPromptsOptions = {
|
||||
name: FollowUpPromptProviders.OLLAMA,
|
||||
icon: ollamaIcon,
|
||||
inputs: [
|
||||
{
|
||||
label: 'Base URL',
|
||||
name: 'baseUrl',
|
||||
type: 'string',
|
||||
placeholder: 'http://127.0.0.1:11434',
|
||||
description: 'Base URL of your Ollama instance',
|
||||
default: 'http://127.0.0.1:11434'
|
||||
},
|
||||
{
|
||||
label: 'Model Name',
|
||||
name: 'modelName',
|
||||
|
||||
Reference in New Issue
Block a user