mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2025-10-19 22:08:15 +00:00
feat(ollama-provider): remove defaults
This commit is contained in:
@@ -17,8 +17,7 @@ const providerConfigFields: UIConfigField[] = [
|
|||||||
key: 'baseURL',
|
key: 'baseURL',
|
||||||
description: 'The base URL for the Ollama',
|
description: 'The base URL for the Ollama',
|
||||||
required: true,
|
required: true,
|
||||||
placeholder: 'Ollama Base URL',
|
placeholder: process.env.DOCKER
|
||||||
default: process.env.DOCKER
|
|
||||||
? 'http://host.docker.internal:11434'
|
? 'http://host.docker.internal:11434'
|
||||||
: 'http://localhost:11434',
|
: 'http://localhost:11434',
|
||||||
env: 'OLLAMA_BASE_URL',
|
env: 'OLLAMA_BASE_URL',
|
||||||
|
Reference in New Issue
Block a user