# 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/ziogfta
圖解推理型 LLMs
作者:Maarten Grootendorst 什麼是推理型 LLMs-----------與常規 LLMs 相比,推理型 LLMs 在回答問題前,往往會先將問題拆解爲更小的步驟(通常稱爲推理步驟或思考過程)。那麼,“思考過程”、“推理步驟” 或 “思維鏈”(CoT, Chain-of-Thought)究竟意味着什麼?雖然我們可以探討 LLMs 是否真的能像人類那樣思考,但這些步驟將整個過程拆解爲 ⌘ Read more