chore: interne Host-Adresse durch generischen Hostnamen ersetzt
Ersetzt die private LAN-IP des Jetson durch jetson.local in Doku, Shell-Skripten, .env.example und Docstrings. Funktional betroffen ist nur ein os.environ.setdefault-Fallback im Spike; gesetzte Env-Vars (OLLAMA_BASE_URL, GROBID_URL) haben weiterhin Vorrang. uv.lock bleibt unveraendert (enthaelt Versionsnummern, keine Adressen). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -120,7 +120,7 @@ class Settings(BaseSettings):
|
||||
description=(
|
||||
"Ollama base URL for wiki synthesis. "
|
||||
"When None, falls back to OLLAMA_BASE_URL "
|
||||
"(http://192.168.178.103:11434 for the Jetson). "
|
||||
"(http://jetson.local:11434 for the Jetson). "
|
||||
"Set WIKI_LLM_URL to override."
|
||||
),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user