alter1/nova-llm-code
0
NovaOS LLM Code Service
This Space provides the code-specialized language model service for NovaOS, using CodeLlama-7B. It offers optimized code generation capabilities with lower temperature settings for precision.
API Endpoints
GET /: Check if the service is runningPOST /generate: Generate text based on a promptPOST /complete-code: Specialized endpoint for code completionGET /health: Check the health status of the service
Environment Variables
- None required for basic operation.
Hardware
This Space runs on T4-GPU with 8-bit quantization for efficient memory usage while maintaining code generation quality.
