codette-ai / README.md
Raiff1982's picture
Upload 5 files
2be316c verified
metadata
title: Codette AI Music Assistant
emoji: 🎵
colorFrom: gray
colorTo: gray
sdk: docker
app_port: 7860
pinned: false

Codette AI — Music Production Assistant

A LoRA fine-tuned Llama 3.2-1B model specialising in music theory, mixing, arrangement, and production guidance.

API

The Space exposes an Ollama-compatible streaming endpoint:

POST /api/chat
Content-Type: application/json

{
  "messages": [
    {"role": "system", "content": "..."},
    {"role": "user",   "content": "What key is this chord progression in?"}
  ],
  "stream": true
}

Responses stream as newline-delimited JSON, identical to Ollama's /api/chat.