homeserver_url="https://matrix.org"
username="bot"
password="bot"

ollama_host="http://localhost"
ollama_port=1111
ollama_model="neural-chat:latest"

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