diff --git a/config.toml.example b/config.toml.example new file mode 100644 index 0000000..85f9577 --- /dev/null +++ b/config.toml.example @@ -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."