# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 6
# self = https://watcher.sour.is/conv/oksalga
When it comes to AI stuff - I like to run it myself, not use a service. I found this today - https://github.com/Mozilla-Ocho/llamafile
I'll give that a good try when I need it, instead of chatgpt and such services.
@stigatle You should also give this a try: Ollama
@stigatle You should also give this a try: Ollama
@stigatle You should also give this a try: Ollama
@prologic I will :) thanks for posting! The executable for the one I posted did not want to run.. so I'll try the one you sent! :)
@prologic That works pretty well, this is what I needed. :) I like it so far, feels good to run it locally instead of on some online service.. pulled a couple of models (including the one for code). I'll check that one out next time I'm looking for a solution for something I'm stuck on.