diff options
author | terminaldweller <devi@terminaldweller.com> | 2024-05-17 01:58:53 +0000 |
---|---|---|
committer | terminaldweller <devi@terminaldweller.com> | 2024-05-17 01:58:53 +0000 |
commit | e6afa5fc8ba75c019e24cdcba8e7c6259109bd10 (patch) | |
tree | 587fea02e807af97230cab2575b18e015a954e48 /README.md | |
parent | milla can run more than one instance of itself (diff) | |
download | milla-e6afa5fc8ba75c019e24cdcba8e7c6259109bd10.tar.gz milla-e6afa5fc8ba75c019e24cdcba8e7c6259109bd10.zip |
fixes #21, fixes #22, fixes #23
Diffstat (limited to '')
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -202,6 +202,14 @@ Determines which proxy to use to connect to the LLM endpoint: llmProxy = "socks5://127.0.0.1:9050" ``` +### ircdName + +Name of the milla instance, must be unique across all instances. + +### adminOnly + +Milla will only answer if the nick is in the admin list. + ### Example Config File ```toml |