Signed-off-by: mudler <mudler@localai.io>
This commit is contained in:
mudler
2025-04-12 14:49:51 +02:00
parent 9135e3fe57
commit be5d1a7d80
3 changed files with 5 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ services:
# Image list (dockerhub): https://hub.docker.com/r/localai/localai
image: localai/localai:master-ffmpeg-core
command:
- gemma-3-4b-it
- gemma-3-12b-it
- granite-embedding-107m-multilingual
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8080/readyz"]
@@ -65,7 +65,7 @@ services:
- 8080:3000
#image: quay.io/mudler/localagi:master
environment:
- LOCALAGI_MODEL=gemma-3-4b-it
- LOCALAGI_MODEL=gemma-3-12b-it
- LOCALAGI_LLM_API_URL=http://localai:8080
#- LOCALAGI_LLM_API_KEY=sk-1234567890
- LOCALAGI_LOCALRAG_URL=http://localrecall:8080