Skip to content
This repository has been archived by the owner on Apr 8, 2023. It is now read-only.
/ plugin-chatgpt Public archive

在划词翻译内使用 ChatGPT。

Notifications You must be signed in to change notification settings

hcfyapp/plugin-chatgpt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

划词翻译从 v9.8.0 起已经支持无需填写 API Key 就使用 ChatGPT 了,所以此项目不再维护。


@hcfy/plugin-chatgpt

在划词翻译中使用 ChatGPT。

如何使用

你需要确保你已经注册过 ChatGPT 并能在网页上正常对话,然后:

  1. 前往 https://chat.openai.com/chat,找到名为 __Secure-next-auth.session-token 的 Cookie 并将值写入环境变量 SESSION_TOKEN 中。详细步骤请查看:https://github.com/transitive-bullshit/chatgpt-api#session-tokens
  2. 安装 Node.js。
  3. 运行 npm i -g @hcfy/plugin-chatgpt,然后运行 hcfy-chatgpt
  4. 前往划词翻译的【设置】-【通用】-【自定义翻译源】,将“接口地址”填写 http://localhost:8888,将“翻译源名称”填写 ChatGPT,然后点击【测试】按钮。

如果能正常弹出结果,那么就可以在网页上划词并显示 ChatGPT 的回复了,如下图:

截图