Spaces:
Sleeping
Sleeping
| # Model Configuration | |
| MODEL_NAME="codellama/CodeLlama-34b-Instruct-hf" | |
| DEVICE="cuda" # or "cpu" if no GPU available | |
| # Database Configuration | |
| DATABASE_URL="postgresql://user:password@localhost:5432/dbname" | |
| MONGODB_URL="mongodb://localhost:27017" | |
| # Security | |
| SECRET_KEY="your-secret-key-here" | |
| ALGORITHM="HS256" | |
| # API Configuration | |
| API_V1_PREFIX="/api/v1" | |
| # Hugging Face | |
| HF_TOKEN="your-hugging-face-token" |