Updated README.md

This commit is contained in:
2026-04-16 11:45:31 +02:00
parent e1662e2ced
commit b6a5d169a9

View File

@@ -77,23 +77,6 @@ On first run you will be taken through a short setup wizard to create your admin
Open `.env` and fill in the values. Required fields are marked with `*`.
### AI Provider
```env
# Which provider to use as default: anthropic | openrouter | openai
DEFAULT_PROVIDER=anthropic
# Override the default model (leave empty to use the provider's default)
# DEFAULT_MODEL=claude-sonnet-4-6
# Model pre-selected in the chat UI (leave empty to use provider default)
# DEFAULT_CHAT_MODEL=claude-sonnet-4-6
```
Your actual API keys are **not** set here - they are entered via the web UI under **Settings - Credentials** and stored encrypted in the database.
---
### Security *
```env
@@ -115,19 +98,6 @@ PORT=8080
TIMEZONE=Europe/Oslo
```
---
### Agent Limits
```env
# Maximum number of tool calls per agent run
MAX_TOOL_CALLS=20
# Maximum number of autonomous (scheduled/agent) runs per hour
MAX_AUTONOMOUS_RUNS_PER_HOUR=10
```
Both values can also be changed live from **Settings - General** without restarting.
---