# 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/ve5pewa
構建 LLM 應用:開源聊天機器人(第七部分)**
作者:Vipra Singh 編譯:ronghuaiyang 導讀在這篇博客文章中,我們將使用 LangChain 創建一個基礎的 LLM 應用程序。介紹我們之前的博客文章深入探討了大型語言模型(LLMs),覆蓋了它們的發展歷程和廣泛的應用場景。現在,讓我們更近距離地聚焦這一旅程的核心:本地構建 LLM 應用程序。在這篇博客文章中,我們將使用 LangChain 創建一個基礎的 LLM ⌘ Read more