# 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/zmca7lq
吳恩達出手,開源最新 Python 包,一個接口調用 OpenAI 等模型**
在構建應用程序時,與多個提供商集成很麻煩,現在 aisuite 給解決了。用相同的代碼方式調用 OpenAI、Anthropic、Google 等發佈的大模型,還能實現便捷的模型切換和對比測試。剛剛,AI 著名學者、斯坦福大學教授吳恩達最新開源項目實現了。吳恩達在推文中宣佈了這一好消息開源新的 Python 包:aisuite!這個工具可以讓開發者輕鬆使用來自多個提供商的大型語言模型。在談到爲 ⌘ Read more