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
@@ -24,7 +24,7 @@ OLLAMA_MODEL=gemma3:4b
|
||||
OLLAMA_KEEP_ALIVE=0
|
||||
|
||||
# LLM provider (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