LocalAI ist ein Tool um lokale KI Models zu installieren

curl https://localai.io/install.sh | sh
curl -X POST http://localhost:8080/v1/chat/completions -H "Content-Type: application/json" -d '{"model": "phi-4","messages": [{"role": "user", "content": "Say this is a test!"}],"temperature": 0.7}'