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
This commit is contained in:
28
apps/resource-cluster/.env.example
Normal file
28
apps/resource-cluster/.env.example
Normal file
@@ -0,0 +1,28 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user