ChatGPT的一些资源

本文最后更新于 2023年9月26日。

ChatGPT的一些资源

https://study.zwjjiaozhu.top/posts/chatgpt-mirror-sites.html

https://github.com/xx025/carrot

notion AI
https://juejin.cn/post/7205217123663544378

综合搜索:
https://www.xqss.link/
集成ai
https://www.xqss.link/ai

chatgpt客户端:
https://github.com/lencx/ChatGPT

awesome-chatgpt-prompts:星标40k
https://github.com/f/awesome-chatgpt-prompts

学生认证免费用copilot:
https://juejin.cn/post/7111881218471231501

公众号接入chatgpt:
https://juejin.cn/post/7200672322112847927

https://juejin.cn/post/7199576674748170277
搭建chatgpt小程序:
https://juejin.cn/post/7203153899246223397
基于chatgpt的QQ聊天机器人:
https://juejin.cn/post/7206219564090130487

VSCode插件-ChatGPT的使用:
使用标准版的需要科学上网,api也需要。
目前是设置整个vscode的代理,单独设置插件的代理不行。

Http: Proxy(Not synced)
The proxy setting to use. If not set, will be inherited from the `http_proxy` and `https_proxy` environment variables.
http://127.0.0.1:10809

开源项目:
https://juejin.cn/post/7205825931570855996

国内使用方式:
https://www.pythonthree.com/how-to-use-chatgpt/

API费用:
交流使用的是达芬奇模型。

计费也是按 $0.0200 / 1K tokens 计费的。1token 约为 0.5 中文单字 或者 4 个字母(一个单词),因为一个中文字符是两个占位。

500 汉字 0.02 刀,约 0.14 元。

如果负载上下文,那么每次请求都会将循环体一起发送进请求(程序已经尽力进行了语义提取和去重)

what is a token
You can think of tokens as pieces of words used for natural language processing. For English text, 1 token is approximately 4 characters or 0.75 words. As a point of reference, the collected works of Shakespeare are about 900,000 words or 1.2M tokens.

To learn more about how tokens work and estimate your usage…

  • Experiment with our interactive Tokenizer tool.
  • Log in to your account and enter text into the Playground. The counter in the footer will display how many tokens are in your text.

openai的官网登录界面:
https://platform.openai.com/overview