# 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/6v6xi7a
LLM 安全 - 大語言模型應用安全入門**
一、背景----2023 年以來,LLM 變成了相當炙手可熱的話題,以 ChatGPT 爲代表的 LLM 的出現,讓人們看到了無限的可能性。ChatGPT 能寫作,能翻譯,能創作詩歌和故事,甚至能一定程度上做一些高度專業化的工作,比如法律服務和醫療診斷諮詢。然而,正如任何新技術一樣,LLM 也帶來了新的挑戰和問題。我們如何確保它們的安全性,如何防止它們被用於不良目的?這些都是亟待解決的問題。在本文 ⌘ Read more