mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
fix(tandoor): Change AI_RATELIMIT to str type
This commit is contained in:
@@ -16,7 +16,7 @@ Optional :
|
||||
"POSTGRES_DB": "str?" # Needed for postgresql_external
|
||||
"AI_MODEL_NAME": "str?", # Used when configuring llm integration
|
||||
"AI_API_KEY": "str?", # Used when configuring llm integration
|
||||
"AI_RATELIMIT": "int?", # Used when configuring llm integration
|
||||
"AI_RATELIMIT": "str?", # Used when configuring llm integration
|
||||
"externalfiles_folder": "str?" # a folder that you want to map in to tandoor. Not needed as /share/ and /media/ are mapped. This folder will be created if it doesn't already exist.
|
||||
```
|
||||
This add-on now uses Tandoor's integrated Nginx server and exposes port 80 (mapped to 9928 by default).
|
||||
|
||||
Reference in New Issue
Block a user