This repository was archived by the owner on Jul 1, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : " Ollama"
2+ description : " Ollama addon"
3+ version : " 0.0.0"
4+ slug : " ollama"
5+ init : false
6+ arch :
7+ - aarch64
8+ - amd64
9+ ports :
10+ 11434/tcp : 11434
11+ image : ollama/ollama:latest
12+ homeassistant_api : true
13+ ingress : true
14+ ingress_port : 11434
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ LABEL \
3838 io.hass.version=${BUILD_VERSION} \
3939 io.hass.base.version=${BUILD_VERSION} \
4040 io.hass.base.name="debian" \
41- io.hass.base.image="ghcr.io/0x77dev/ava/hass_ava_server " \
41+ io.hass.base.image="ghcr.io/0x77dev/ava/server " \
4242 maintainer="Mykhailo Marynenko <mykhailo@0x77.dev>" \
4343 org.opencontainers.image.title="ava Server for ${BUILD_ARCH}" \
4444 org.opencontainers.image.description="ava Server Add-on: ${BUILD_ARCH} bun debian v1 image" \
Original file line number Diff line number Diff line change 11name : " Ava Server"
22description : " Self-hosted personal assistant in minutes with built-in Home Assistant integration and great extensibility and customizability."
33version : " 0.0.0"
4- slug : " hass_ava_server "
4+ slug : " server "
55init : false
66arch :
77 - aarch64
88 - amd64
99ports :
1010 2881/tcp : 2881
11- image : ghcr.io/0x77dev/ava/hass_ava_server
11+ image : ghcr.io/0x77dev/ava/server:edge
1212homeassistant_api : true
1313ingress : true
1414ingress_port : 2881
15+ options :
16+ llm :
17+ namespace : anthropic
18+ token : " your token"
19+ model : claude-3-opus-20240229
20+ embeddings :
21+ namespace : ollama
22+ baseURL : " http://04c4e5a1-ollama:11434"
23+ model : nomic-embed-text
24+ schema :
25+ llm :
26+ namespace : str
27+ model : " str"
28+ token : " str?"
29+ baseURL : " str?"
30+ embeddings :
31+ namespace : str
32+ model : " str"
33+ token : " str?"
34+ baseURL : " str?"
You can’t perform that action at this time.
0 commit comments