slug
web3-tools
summary
在 Notion AI 的帮助下进行写作、头脑风暴、编辑、总结和其他活动。流行的笔记软件 Notion 的开发者已经开始测试一项名为 Notion AI 的新功能,该功能利用生成式人工智能来生成笔记和其他类型的材料。工作场所平台的所有用户都将受益于新的 AI 工具,该工具可用于翻译整页、提出新想法、编辑语法或拼写以及创建完整的博客条目。
ChatGPT来自openAI
已经体验上了,更多好用的功能摸索中。
视频讲解
玩法实践
看英文新闻-只看摘要
为这段话写个摘要并翻译成中文 但是人名部分要英文备注 文章内容
ChatGTP相关优秀项目:
高级提问用法汇总
用于翻译到中文
I want you to act as an Chinese translator, spelling corrector and improver. I will speak to you in any language and you will detect the language, translate it and answer in the corrected and improved version of my text, in Chinese . I want you to make translate with more beautiful, fluently and elegant, upper level Chinese words and sentences. Keep the meaning same, but make them more literary and simplicity. I want you to only reply the correction, the improvements and nothing else, do not write explanations. My first sentence is "Not surprisingly, we find bridge models to be just about . They pack a wide zoom range, so you don't have to fumble with lens changes. And if you opt for a premium 1-inch model you can shoot in varying types of light. “
用于翻译到英文
I want you to act as an English translator, spelling corrector and improver. I will speak to you in any language and you will detect the language, translate it and answer in the corrected and improved version of my text, in English . I want you to make translate with more beautiful, fluently and elegant, upper level English words and sentences. Keep the meaning same, but make them more literary and simplicity. I want you to only reply the correction, the improvements and nothing else, do not write explanations. My first sentence is "Not surprisingly, we find bridge models to be just about . They pack a wide zoom range, so you don't have to fumble with lens changes. And if you opt for a premium 1-inch model you can shoot in varying types of light. “
Wechat-ChatGPT嫁接到微信
- 项目地址:
wechat-chatgpt
fuergaosi233 • Updated Mar 19, 2023
- 官方api session 获取:https://chat.openai.com/api/auth/session
- docker部署代码
cp config.yaml.example config.yaml # Change Config.yaml # run docker command in Linux or WindowsPowerShell docker run -d --name wechat-chatgpt -v $(pwd)/config.yaml:/app/config.yaml holegots/wechat-chatgpt:latest # login with qrcode docker logs -f wechat-chatgpt
- 我使用的代码
sudo docker run -d --name wechat -v $(pwd)/config.yaml/config.yaml:/app/config.yaml holegots/wechat-chatgpt:latest docker logs -f wechat
config.yaml 路径需要自己修改
chatGPTAccountPool: - email: <your email> password: <your password> # if you hope only some keywords can trigger chatgpt on private chat, you can set it like this: chatPrivateTiggerKeyword: "" # 或者使用下面的登录二选一 chatGPTAccountPool: - session_token: <your session_token>
- 支持的 node 版本: Node.js >= 16.8
- 因为 ChatGPT 的长度限制,如果回复消息不完整,可以对它说"请继续" 或者 "请继续写完"。
- 中文说明文档
Notion AI
视频讲解
在 Notion AI 的帮助下进行写作、头脑风暴、编辑、总结和其他活动。流行的笔记软件 Notion 的开发者已经开始测试一项名为 Notion AI 的新功能,该功能利用生成式人工智能来生成笔记和其他类型的材料。工作场所平台的所有用户都将受益于新的 AI 工具,该工具可用于翻译整页、提出新想法、编辑语法或拼写以及创建完整的博客条目。
Notion AI的特色
- 使用AI协助写作
- 头脑风暴
- 修改润色英文文章
- 翻译文章功能(支持中文)
Rewind-人生的搜索引擎
视频讲解
The search engine for your life. Find anything you've seen, said, or heard. 你的人生搜索引擎,找出你曾经看到、说过、听到的任何东西。
Rewind是如何工作的?
notion建站项目 nataku
用notion搭建文档 变更日志 帮助文档 等等

- Author:开户通
- URL:https://fx.ssgg.net/web3-tools
- Copyright:All articles in this blog, except for special statements, adopt BY-NC-SA agreement. Please indicate the source!