Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge chatgpt-api into main #782

Merged
merged 23 commits into from
Mar 22, 2023
Merged

Merge chatgpt-api into main #782

merged 23 commits into from
Mar 22, 2023

Commits on Dec 13, 2022

  1. fix: 'tigger' to 'trigger'

    kx-Huang committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    7fd9fad View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2023

  1. feat: 🎸 add block words

    add block words
    RealTong committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    6fa5884 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e14cee1 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. feat: 🎸 Support for using custom ChatGPT API

    Support for using custom ChatGPT API.
    
    ✅ Closes: #715
    RealTong committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    eafb93f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    871cbf9 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. Configuration menu
    Copy the full SHA
    b47c448 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dfac72e View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. add continuous dialogue feat

    RealTong committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    8f2909d View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2023

  1. fix: 🐛 修复群聊无法设置prompt的bug

    修复群聊无法设置prompt的bug
    RealTong committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    d046c2b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #743 from RealTong/chatgpt-api

    添加连续会话, 设置prompt支持
    RealTong authored Mar 18, 2023
    Configuration menu
    Copy the full SHA
    0e91ff1 View commit details
    Browse the repository at this point in the history
  3. fix: 🐛 Fix docker start error

    Fix docker start error
    RealTong committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    d10c880 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    179c1ab View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2023

  1. fix: 🐛 修复可能以wechaty-puppet-wechat4u启动的bug

    修复可能以wechaty-puppet-wechat4u启动的bug
    RealTong committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    3101b11 View commit details
    Browse the repository at this point in the history
  2. refactor: 💡 Refactor the continuous dialogue section

    Refactor the continuous dialogue section
    RealTong committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    8b369b1 View commit details
    Browse the repository at this point in the history
  3. feat: 🎸 add dalle

    add dalle
    RealTong committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    a465b6b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a6c8878 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. fix: 🐛 Fix the bug that docker failed to start

    Fix the bug that docker failed to start
    RealTong committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    4d079a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80e3189 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. feat: 🎸 Add whisper support

    Add whisper support
    RealTong committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    a7c329b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #772 from RealTong/chatgpt-api

    Add whisper support
    RealTong authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    02b0aac View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. Add WeChat/ChatGPT interaction & deployment/config options

    - Add support for WeChat and ChatGPT interaction, including multi-turn conversations and command setting
    - Provide deployment and configuration options, including Dockerfile, docker compose, Railway and Fly.io deployment
    - Support Dall·E, whisper, prompt setting and proxy (in development)
    - Add chat blocker words for both private and group chats
    - Add ChatGPT blocked words for both private and group chats
    
    [README.md]
    - Add Interaction with WeChat and ChatGPT, including conversation support and command setting
    - Add deployment and configuration options, including Dockerfile, docker compose, Railway and Fly.io deployment
    - Support Dall·E, whisper, prompt setting and proxy (in development)
    - Add chat blocker words for both private and group chats
    - Add ChatGPT blocked words for both private and group chats
    - Support using custom ChatGPT API
    [Dockerfile]
    - Remove the `ENV WECHATY_PUPPET_WECHAT_ENDPOINT` line
    - Change the `CMD` line to include `xvfb-run`
    [README_ZH.md]
    - Add support for WeChat and ChatGPT interaction:
      - Use ChatGPT in WeChat based on Wechaty and Official API
      - Support multi-turn conversations
      - Support command setting
    - Deployment and configuration options:
      - Provide Dockerfile for deployment with docker
      - Support deployment with docker compose
      - Deploy on Railway and Fly.io
    - Other features:
      - Support Dall
    [.env.example]
    - Remove `SB` from `BLOCK_WORDS`
    - Update `BLOCK_WORDS` and `CHATGPT_BLOCK_WORDS` to have the same value
    RealTong committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    0eba8b8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #781 from RealTong/chatgpt-api

    Add documents
    RealTong authored Mar 22, 2023
    Configuration menu
    Copy the full SHA
    173faae View commit details
    Browse the repository at this point in the history
  3. Merge pull request #779 from 24322162/main

    Fix a typo
    RealTong authored Mar 22, 2023
    Configuration menu
    Copy the full SHA
    14b0a6e View commit details
    Browse the repository at this point in the history