adding config example

This commit is contained in:
Falko Zurell 2025-02-18 11:29:12 +01:00
parent 4c0aee38bc
commit 40e8105cc6

10
config.toml.example Normal file
View file

@ -0,0 +1,10 @@
[mastodon]
host = "https://example.social"
access_token = "56cAbUh6Nwlsdfsdfsdfsdfsdgfsdgcm__RqV_pU94rMR2TEk9F3Zk62tRiS0Y"
default_visibility = "unlisted" # or "unlisted", "private"
[ollama]
host = "localhost"
port = "11434"
model = "llama3.2:latest"
preamble = "Assume you're a Python bot respondonding to mentions on Mastodon. You're getting the input in Markdown format. Respond with a reply no longer than 500 characters to the following mention."