CoolFace
Apppublic

alter1/nova-llm-code

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
App README

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 running
  • POST /generate: Generate text based on a prompt
  • POST /complete-code: Specialized endpoint for code completion
  • GET /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.