Update LLM URL and warn if LLM not configured
Updates the `LLM_URL` in the project plan and `.env.example` to the correct value. Also, adds a warning in `main.rs` to inform the user if the LLM is not configured, which effectively disables the 'Fall abschließen' feature.
This commit is contained in:
+1
-1
@@ -536,7 +536,7 @@ OLLAMA_MODEL=gemma3:4b
|
||||
OLLAMA_KEEP_ALIVE=0
|
||||
|
||||
# LLM Provider (OpenAI-kompatibel, z.B. Ionos)
|
||||
LLM_URL=https://openai.ionos.com/openai
|
||||
LLM_URL=https://openai.inference.de-txl.ionos.com
|
||||
LLM_API_KEY=...
|
||||
LLM_MODEL=...
|
||||
LLM_TEMPERATURE=0
|
||||
|
||||
Reference in New Issue
Block a user