diff options
Diffstat (limited to 'src/hooks/useSettings.ts')
| -rw-r--r-- | src/hooks/useSettings.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hooks/useSettings.ts b/src/hooks/useSettings.ts index 2452945..09a8f01 100644 --- a/src/hooks/useSettings.ts +++ b/src/hooks/useSettings.ts @@ -8,7 +8,7 @@ export interface OllamaSettings { const DEFAULTS: OllamaSettings = { enabled: false, - baseUrl: 'http://localhost:11434', + baseUrl: '', // empty = same-origin proxy (/api/ via nginx); set to http://localhost:11434 for local dev model: 'llama3.2', }; |
