# 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 1
# self = https://watcher.sour.is/conv/73eohla
5 個簡單好用的本地運行大模型的方法**
像 ChatGPT、Claude.ai 和 phind 這樣的聊天機器人非常有用,但可能並不總是希望的問題或敏感數據由外部應用程序處理。在平臺上尤其如此,在這些平臺上,你的互動可能會被人類審查,並以其他方式用於幫助訓練未來的模型。一種解決方案是下載一個大型語言模型(LLM)並在自己的機器上運行它。這樣一來,外部公司就永遠無法訪問的數據。這也是嘗試一些新專業模型的一個快速選擇,如 Meta 最近宣佈 ⌘ Read more