COW project updated to 1.5.2

This project update is quite big, the updates include New Feishu accessSupport blacklist configuration,  image recognition dialogue  

  

Project updates

update command

First enter the chatgpt-on-wechat directory and enter the following command to update the project

git pull

 View project version command

Also first enter the chatgpt-on-wechat directory

git describe --tags

Added Feishu access

Installation text:LinkAI

If necessary, please read the official documentation. I don’t need it so I’m too lazy to try it.

Support blacklist configuration

If you want to block a person and don’t want them to use robots, but it’s not convenient to delete this function, you will use it.

config.json Configure a nickname in to block the user's problems

"nick_name_black_list": ["昵称1"]

 

image recognition dialog

I really like this function. The original image and text recognition is very expensive and useless. Now you can ask it to answer questions based on the pictures. Send a picture and ask a question within 3 minutes before the picture will be recognized and answered

You must first turn off the previous image recognition and enter the configuration file through the following command.

vi plugins/linkai/config.json

Just change this parameter to this

"summary": {
    "enabled": true,
    "group_enabled": true,
    "max_file_size": 5000,
    "type": ["FILE", "SHARING"]
}

 Then install the plug-in in the website application

 Then just run the login again and it will be fine

Effect

 

Guess you like

Origin blog.csdn.net/m0_69655483/article/details/134677892