8 个版本
0.1.7 | 2023 年 3 月 4 日 |
---|---|
0.1.6 | 2023 年 3 月 4 日 |
#1500 在 Web 编程
32 每月下载量
580KB
170 行
与 ChatGPT 一起享受更多乐趣。根据您的提示重写 Web 文本。
cargo install chatgpt_wd
将您的 OpenAI API 密钥放在名为 ~/.openai
的文本文件中
从 https://chromedriver.chromium.org/downloads 下载 chromedriver 并运行它
示例
chatgpt_wd https://news.ycombinator.com
chatgpt_wd --sys "You are EmperorBot. Your job is to rewrite text blocks to be consistent with the perspective of the Imperium of Man. The user will supply text blocks and you will rewrite each one to conform to said perspective, producing text of about the same length." https://nytimes.com
如果您遇到速率限制,也许可以尝试 --concurrency 1
错误
当发生任何类型的错误时,rust webdriver
crate 喜欢恐慌。/shrug
XPath 非常是 XPath。它不会对具有非文本子元素的任何内容进行转换。
这实际上应该是一个浏览器扩展,而不是使用 webdriver,但这是简单的
依赖项
~14–29MB
~449K SLoC