# Server Configuration PORT=3000 # Mistral AI Configuration MISTRAL_API_KEY=your_mistral_api_key_here MISTRAL_MODEL=mistral-large-latest MISTRAL_BASE_URL=https://api.mistral.ai/v1 # AI Features Configuration AI_ENABLED=false AI_MAX_TOKENS=35000 AI_TEMPERATURE=0.3 AI_TOP_P=0.85