Skip to content
This repository was archived by the owner on Jul 1, 2024. It is now read-only.

Commit 6c379eb

Browse files
committed
Fri Apr 19 20:10:59 PDT 2024
1 parent 61a20a5 commit 6c379eb

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/hass.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ on:
66
branches:
77
- main
88
release:
9-
types:
10-
- published
119

1210
permissions:
1311
contents: read

ollama/config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
name: "Ollama"
2-
description: "The easiest way to get up and running with large language models locally."
2+
description: "The easiest way to get up and running with large language models locally"
33
version: "0.1.32"
44
slug: "ollama"
55
init: false
66
arch:
77
- aarch64
88
- amd64
9+
url: https://ollama.com
910
ports:
1011
11434/tcp: 11434
1112
image: docker.io/ollama/ollama

server/config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
name: "Ava Server"
2-
description: "Self-hosted personal assistant in minutes with built-in Home Assistant integration and great extensibility and customizability."
2+
description: "Self-hosted personal assistant in minutes with built-in Home Assistant integration and great extensibility and customizability"
33
version: "0.0.0"
44
slug: "server"
55
init: false
66
arch:
77
- aarch64
88
- amd64
9+
url: https://ava.0x77.dev
910
ports:
1011
2881/tcp: 2881
1112
image: ghcr.io/0x77dev/ava/server

0 commit comments

Comments
 (0)