{"id":13846151,"url":"https://github.com/easydu2002/chat_gpt_oicq","last_synced_at":"2025-07-12T04:31:12.885Z","repository":{"id":64660665,"uuid":"575701850","full_name":"easydu2002/chat_gpt_oicq","owner":"easydu2002","description":"ChatGPT qq机器人 谁不想拥有一只可爱的猫娘呢~","archived":false,"fork":false,"pushed_at":"2023-08-29T13:47:25.000Z","size":346,"stargazers_count":283,"open_issues_count":7,"forks_count":38,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-08-05T17:45:46.657Z","etag":null,"topics":["chatbot","chatgpt","openai","qq","qqbot"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/easydu2002.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2022-12-08T05:19:07.000Z","updated_at":"2024-07-15T12:35:19.000Z","dependencies_parsed_at":"2024-02-21T10:58:44.787Z","dependency_job_id":null,"html_url":"https://github.com/easydu2002/chat_gpt_oicq","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/easydu2002%2Fchat_gpt_oicq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/easydu2002%2Fchat_gpt_oicq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/easydu2002%2Fchat_gpt_oicq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/easydu2002%2Fchat_gpt_oicq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/easydu2002","download_url":"https://codeload.github.com/easydu2002/chat_gpt_oicq/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225791566,"owners_count":17524808,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chatbot","chatgpt","openai","qq","qqbot"],"created_at":"2024-08-04T17:04:31.392Z","updated_at":"2024-11-21T19:31:15.234Z","avatar_url":"https://github.com/easydu2002.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# 重要：这个项目因为登陆依赖的oicq确实不太给力就废弃了。我们选择了将自己变成[koishi](https://koishi.chat/zh-CN/)插件。\n新版插件使用方法：下载koishi插件客户端，插件市场搜索**openai-character**，安装后配置即可。\n\n\n![YQ`@SO_A@57DC@T$PU95MSO](https://user-images.githubusercontent.com/59076088/208228558-797a6bca-c794-4173-8d0d-176f8e9d90d6.png)\n\n\n# OpenAI QQBot\n\n基于OpenAI官方API的QQ聊天机器人\n\n详细指南另见 [Wiki~~](https://github.com/easydu2002/chat_gpt_oicq/wiki)\n\n\u003cimg src=\"https://img.shields.io/github/repo-size/easydu2002/chat_gpt_oicq?color=green\" alt=\"dependency-version\" /\u003e \u003cimg src=\"https://img.shields.io/github/package-json/dependency-version/easydu2002/chat_gpt_oicq/openai?color=black\" alt=\"dependency-version\" /\u003e \u003cimg src=\"https://img.shields.io/github/package-json/dependency-version/easydu2002/chat_gpt_oicq/oicq\" alt=\"dependency-version\" /\u003e \u003cimg src=\"https://img.shields.io/github/package-json/dependency-version/easydu2002/chat_gpt_oicq/chatgpt\" alt=\"dependency-version\" /\u003e\n\n欢迎加入交流Q群: **212908713**\n\n\n\n## ✨当前功能\n\n- 一键启动，多端支持，易部署。\n- 支持私聊、群聊、频道。\n- ~~友好的~~配置项，支持自定义人格。\n- 命令系统。\n- ~~三方API（免费但慢）~~\n\n\n\n## 🚀快速启动\n\n1. 前往 [releases](https://github.com/easydu2002/chat_gpt_oicq/releases) 下载对应平台的可执行文件。\n2. 运行可执行文件。\n3. 聊天时，私聊会直接回答，群聊需要at机器人。\n\n其他详细过程请参照Wiki中的 [入门指南](https://github.com/easydu2002/chat_gpt_oicq/wiki/%E5%85%A5%E9%97%A8%E6%8C%87%E5%8D%97)。\n\n\n\n# ⌨️Chat 模型配置\n\n\u003e 针对聊天进行了优化，成本仅为 `text-davinci-003`的 1/10\n\n1. **config.json**\n   proxy 为代理的配置，部分地区访问不了openai的话需要配置该项\n\n   ```json\n   {\n       \n     \"proxy\": {\n       \"enable\": true,\n       \"host\": \"127.0.0.1\",\n       \"port\": 7890\n     },\n     \"officialAPI\": {\n       \"enable\": true,\n       \"enableChatGPT\": true,\n       \"model\": \"gpt-3.5-turbo\",\n     }\n   }\n   ```\n\n## ⚙快速设置\n\n1. 如何更改部分设置？\u003cbr\u003e\n命令系统：内置的命令系统可以更改设置。具体命令帮助可以在聊天中发送 `/help` 获得解释。\u003cbr\u003e\n手动更改：你的所有设置都在config.json中，包括你的登陆信息，以及API的部分参数等。每一项的具体意义参见 Wiki 中的[配置详解](https://github.com/easydu2002/chat_gpt_oicq/wiki/%E9%85%8D%E7%BD%AE%E8%AF%A6%E8%A7%A3)。\n\n\n2. 如何设置人格？\u003cbr\u003e\n在config.json中官方API里有一个设置项identity，其可以用多种方法设置身份。这样功能非常强大，很具有可玩性。具体怎样的文字合适，可以参考 Wiki 中的[设定AI人格 以猫娘为案例](https://github.com/easydu2002/chat_gpt_oicq/wiki/%E8%AE%BE%E5%AE%9AAI%E4%BA%BA%E6%A0%BC---%E4%BB%A5%E7%8C%AB%E5%A8%98%E4%B8%BA%E6%A1%88%E4%BE%8B%E3%80%90chatGPT%E7%8C%AB%E5%A8%98%E3%80%91)，[配置详解#2](https://github.com/easydu2002/chat_gpt_oicq/wiki/%E9%85%8D%E7%BD%AE%E8%AF%A6%E8%A7%A3#2-openai-%E6%A6%82%E8%BF%B0)中对OpenAI文档的翻译理解，以及分享讨论文案的[issue#10](https://github.com/easydu2002/chat_gpt_oicq/issues/10)\n\n\n## 👀效果\n![image](https://user-images.githubusercontent.com/59076088/206843285-9fdf53e6-a0c7-4432-89b4-75f56104affc.png)\n![example2](https://user-images.githubusercontent.com/44737387/211142091-02118080-434d-4ab3-ba7f-e405e4243213.png)\n![example3](https://user-images.githubusercontent.com/44737387/211142130-72d5e8b4-bd7e-42f6-aeda-f3666abcb8ec.jpg)\n\n## 感谢\n\n- https://github.com/takayama-lily/oicq\n- https://github.com/transitive-bullshit/chatgpt-api\n- https://chat.openai.com/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feasydu2002%2Fchat_gpt_oicq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feasydu2002%2Fchat_gpt_oicq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feasydu2002%2Fchat_gpt_oicq/lists"}