Files
HackWeasel 310491a557 GT AI OS Community v2.0.33 - Add NVIDIA NIM and Nemotron agents
- Updated python_coding_microproject.csv to use NVIDIA NIM Kimi K2
- Updated kali_linux_shell_simulator.csv to use NVIDIA NIM Kimi K2
  - Made more general-purpose (flexible targets, expanded tools)
- Added nemotron-mini-agent.csv for fast local inference via Ollama
- Added nemotron-agent.csv for advanced reasoning via Ollama
- Added wiki page: Projects for NVIDIA NIMs and Nemotron
2025-12-12 17:47:14 -05:00

28 lines
528 B
Plaintext

# GT 2.0 Resource Cluster Environment Variables
# Environment
ENVIRONMENT=development
DEBUG=true
# Security
SECRET_KEY=your-secret-key-here-change-in-production
# External LLM Providers
GROQ_API_KEY=your-groq-api-key
OPENAI_API_KEY=your-openai-api-key
ANTHROPIC_API_KEY=your-anthropic-api-key
# Service Ports
SERVICE_PORT=8003
PROMETHEUS_PORT=9091
# Consul Service Discovery (optional)
CONSUL_HOST=localhost
CONSUL_PORT=8500
# Redis
REDIS_URL=redis://localhost:6379/1
# ChromaDB
CHROMADB_HOST=localhost
CHROMADB_PORT=8000