main.py aktualisiert

This commit is contained in:
2026-03-06 18:24:18 +00:00
parent 3011e4747b
commit f1f7fa826f

View File

@@ -366,7 +366,7 @@ async def get_settings():
"provider": AI_PROVIDER,
"google_model": GOOGLE_MODEL,
"openai_model": OPENAI_MODEL,
"mvidia_model": NVIDIA_MODEL
"mvidia_model": NVIDIA_MODEL,
"ollama_model": OLLAMA_MODEL,
"ollama_base_url": OLLAMA_BASE_URL # URL ans Frontend schicken
}