# 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/er3jaba
基於 dubbogo 實現 LLM 多輪對話與 Web 前端交互**
最近,dubbogo 社區的筒子們給 dubbogo 添加了 LLM 的 RPC 示例,讓你在 dubbogo 服務端輕鬆集成 Ollama 模型,並通過 RPC 服務進行調用。實現了多輪對話、命令交互、上下文管理,甚至支持圖片傳輸與大模型互動!----------------------------------------------------------------------------- ⌘ Read more