Run open-source LLMs locally as a drop-in OpenAI API replacement
OpenAI alternative
local-ai$ local-ai start$ curl http://localhost:8080/v1/chat/completions -H 'Content-Type: application/json' -d '{"model":"gpt-4","messages":[{"role":"user","content":"Hello"}]}'$ local-ai start --port 9000 --model mistral