Install via Docker
docker run -d --name localai -p 8080:8080 \
-v localai_models:/build/models \
--restart always \
localai/localai:latest-aio-cpuLocalAI is a drop-in OpenAI API replacement — use the same code, just change the base_url.
docker run -d --name localai -p 8080:8080 \
-v localai_models:/build/models \
--restart always \
localai/localai:latest-aio-cpuLocalAI is a drop-in OpenAI API replacement — use the same code, just change the base_url.