2005
84850fc1ea
streaming is now an available option streaming made a command template wanted to implement history but there is sadly no streaming for it.
16 lines
454 B
Plaintext
16 lines
454 B
Plaintext
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 |