upgrade to 1.0.7 Ollama model configurable
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# https://developers.home-assistant.io/docs/add-ons/configuration#add-on-config
|
||||
name: AI Shopping list
|
||||
version: "1.0.6"
|
||||
version: "1.0.7"
|
||||
slug: aishoppinglist
|
||||
description: AI Shopping list
|
||||
url: "https://git.riisager.eu/homeassistant/aishoppinglist_addon"
|
||||
@@ -13,8 +13,10 @@ options:
|
||||
haAccessToken: ""
|
||||
todoListName: "rema1000"
|
||||
openaiApiKey: ""
|
||||
ollamaModel: "glm-4.6:cloud"
|
||||
schema:
|
||||
haAccessToken: "str?"
|
||||
todoListName: "str?"
|
||||
openaiApiKey: "str?"
|
||||
ollamaModel: "str?"
|
||||
image: "registry.riisager.eu/aishoppinglist"
|
||||
|
||||
Reference in New Issue
Block a user