adding config example
This commit is contained in:
parent
4c0aee38bc
commit
40e8105cc6
1 changed files with 10 additions and 0 deletions
10
config.toml.example
Normal file
10
config.toml.example
Normal 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."
|
Loading…
Reference in a new issue