-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
32 lines (26 loc) · 1.23 KB
/
Copy path.env.example
File metadata and controls
32 lines (26 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# KI-API Konfiguration
# Kopiere diese Datei zu .env und trage deine API-Keys ein
# OpenAI API Key (https://platform.openai.com/api-keys)
OPENAI_API_KEY=sk-...
# OpenAI Modell (Standard: gpt-4o-mini - empfohlen für beste Kosten/Leistung)
# Alternativen: gpt-4o, gpt-3.5-turbo
OPENAI_MODEL=gpt-4o-mini
# Anthropic API Key (https://console.anthropic.com/)
ANTHROPIC_API_KEY=sk-ant-...
# Anthropic Modell (Standard: claude-3-5-haiku-20241022)
# Alternativen: claude-3-5-sonnet-20241022
ANTHROPIC_MODEL=claude-3-5-haiku-20241022
# Ollama (lokale KI - keine API-Keys nötig, keine Datenübertragung)
# Modell (muss mit "ollama pull <modell>" installiert werden)
# Alternativen: llama3.2:3b (klein/schnell), mistral, llama3.1, etc.
OLLAMA_MODEL=gemma4:26b
# Welcher Provider verwendet werden soll (openai, anthropic oder ollama)
# Empfehlung:
# - ollama: Für Datenschutz (alle Daten bleiben lokal, keine Übertragung)
# - openai: Für beste Kosten/Leistung (gpt-4o-mini)
# - anthropic: Alternative Cloud-Lösung
AI_PROVIDER=openai
# Custom-Sortierung: Komma-getrennte Liste von Ordnernamen
# Wird verwendet, wenn --sort custom ohne --folders Argument verwendet wird
# Beispiel: CUSTOM_FOLDERS=Rechnungen,Verträge,Mahnungen,Beiträge
CUSTOM_FOLDERS=