Coder Social home page Coder Social logo

chat_gpt_oicq's Introduction

YQ`@SO_A@57DC@T$PU95MSO

OpenAI QQBot

基于OpenAI官方API的QQ聊天机器人

详细指南另见 Wiki~~

dependency-version dependency-version dependency-version dependency-version

欢迎加入交流Q群: 212908713

✨当前功能

  • 一键启动,多端支持,易部署。
  • 支持私聊、群聊、频道。
  • 友好的配置项,支持自定义人格。
  • 命令系统。
  • 三方API(免费但慢)

🚀快速启动

  1. 前往 releases 下载对应平台的可执行文件。
  2. 运行可执行文件。
  3. 聊天时,私聊会直接回答,群聊需要at机器人。

其他详细过程请参照Wiki中的 入门指南

⌨️Chat 模型配置

针对聊天进行了优化,成本仅为 text-davinci-003的 1/10

  1. config.json proxy 为代理的配置,部分地区访问不了openai的话需要配置该项

    {
        
      "proxy": {
        "enable": true,
        "host": "127.0.0.1",
        "port": 7890
      },
      "officialAPI": {
        "enable": true,
        "enableChatGPT": true,
        "model": "gpt-3.5-turbo",
      }
    }

⚙快速设置

  1. 如何更改部分设置?
    命令系统:内置的命令系统可以更改设置。具体命令帮助可以在聊天中发送 /help 获得解释。
    手动更改:你的所有设置都在config.json中,包括你的登陆信息,以及API的部分参数等。每一项的具体意义参见 Wiki 中的配置详解

  2. 如何设置人格?
    在config.json中官方API里有一个设置项identity,其可以用多种方法设置身份。这样功能非常强大,很具有可玩性。具体怎样的文字合适,可以参考 Wiki 中的设定AI人格 以猫娘为案例配置详解#2中对OpenAI文档的翻译理解,以及分享讨论文案的issue#10

👀效果

image example2 example3

感谢

chat_gpt_oicq's People

Contributors

easydu2002 avatar hypergraphuniverse avatar lukangkang123 avatar no-replies avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.