feat(ollama-provider): remove defaults

This commit is contained in:
ItzCrazyKns
2025-10-19 13:54:08 +05:30
parent f55c2371fe
commit df1ed5f0f9

View File

@@ -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',