CoolFace
Apppublic

alter1/nova-llm-code

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
README.md30 linesDownload Raw Back to root
1---2title: NovaOS LLM Code3emoji: 💻4colorFrom: purple5colorTo: indigo6sdk: docker7sdk_version: "latest"8app_file: app.py9pinned: false10---11 12# NovaOS LLM Code Service13 14This 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.15 16## API Endpoints17 18- `GET /`: Check if the service is running19- `POST /generate`: Generate text based on a prompt20- `POST /complete-code`: Specialized endpoint for code completion21- `GET /health`: Check the health status of the service22 23## Environment Variables24 25- None required for basic operation.26 27## Hardware28 29This Space runs on T4-GPU with 8-bit quantization for efficient memory usage while maintaining code generation quality.30