-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
21 lines (16 loc) · 834 Bytes
/
.env.example
File metadata and controls
21 lines (16 loc) · 834 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Fournisseur LLM pour les réflexions du sage : mistral | anthropic
SAGE_LLM_PROVIDER=mistral
# --- Mistral (https://console.mistral.ai/api-keys/) — si SAGE_LLM_PROVIDER=mistral
MISTRAL_API_KEY=
# Modèle chat Mistral. Ex. mistral-small-latest, mistral-large-latest, open-mistral-7b
MISTRAL_MODEL=mistral-small-latest
# --- Anthropic (https://console.anthropic.com/) — si SAGE_LLM_PROVIDER=anthropic
ANTHROPIC_API_KEY=
# Modèle Anthropic. Ex. claude-3-5-haiku-20241022, claude-3-5-sonnet-20241022, claude-opus-4-20250514
ANTHROPIC_MODEL=claude-3-5-haiku-20241022
# --- Stockfish (optionnel) : enrichit les prompts du sage. Laisser vide = pas d'analyse moteur.
# Ex. Windows : STOCKFISH_PATH=C:/chess/stockfish/stockfish.exe
STOCKFISH_PATH=
# SAGE_STOCKFISH_DEPTH=12
# SAGE_STOCKFISH_MULTIPV=3
# SAGE_STOCKFISH_MAX_PLIES=12