2024-05-03 20:31:39 +02:00
|
|
|
homeserver_url="https://matrix.org"
|
|
|
|
username="bot"
|
|
|
|
password="bot"
|
|
|
|
|
|
|
|
ollama_host="http://localhost"
|
|
|
|
ollama_port=1111
|
|
|
|
ollama_model="neural-chat:latest"
|
|
|
|
|
2024-05-10 03:50:26 +02:00
|
|
|
prefix=".ask"
|
|
|
|
enable_dms=false
|
|
|
|
|
|
|
|
# streaming means that the bot will edit the message once a token arrives.
|
|
|
|
#this results excessive editing and if you are not running the bot on
|
|
|
|
# your own server I recommend turning this off.
|
|
|
|
# also it procudes lots of notifications on some clients
|
|
|
|
enable_streaming=true
|