fix(config): update OLLAMA_API_BASE_URL to new local URL
- Changed OLLAMA_API_BASE_URL from "m4.fritz.box" to "m4.local". - Ensures proper connectivity with the updated local network setup.
This commit is contained in:
parent
ff76b9045e
commit
8d019af0c3
|
@ -8,7 +8,7 @@
|
|||
ANONYMIZED_TELEMETRY = "False";
|
||||
DO_NOT_TRACK = "True";
|
||||
SCARF_NO_ANALYTICS = "True";
|
||||
OLLAMA_API_BASE_URL = "http://m4.fritz.box:11434";
|
||||
OLLAMA_API_BASE_URL = "http://m4.local:11434";
|
||||
# Disable authentication
|
||||
WEBUI_AUTH = "False";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue