Files
davide 3bdbcb29de docs: update .env.example to reflect all required env vars
All parameters are now required (no defaults in code), so .env.example
lists them all uncommented. Added NVIDIA_ENABLE_THINKING.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-07 19:16:34 +02:00

14 lines
363 B
Bash

# Obbligatorie
NVIDIA_API_KEY=your_nvidia_api_key_here
APP_PASSWORD=your_shared_password_here
# Parametri server
NVIDIA_BASE_URL=https://integrate.api.nvidia.com/v1
NVIDIA_MODEL=nvidia/nemotron-3-ultra-550b-a55b
NVIDIA_TIMEOUT_SECONDS=120
NVIDIA_MAX_TOKENS=16384
NVIDIA_TEMPERATURE=1.0
NVIDIA_TOP_P=0.95
NVIDIA_REASONING_BUDGET=2048
NVIDIA_ENABLE_THINKING=false