ChatGPT WeCom - an open source project that can access ChatGPT in WeChat Enterprise

Original link:
ChatGPT WeCom - an open source project that can access ChatGPT in corporate WeChat

ChatGPT WeCom is an enterprise WeChat application based on GO language, which can integrate GPT robots into enterprise WeChat. It has the following characteristics:

insert image description here

- Support single chat and group chat mode: one-on-one conversations or conversations with context can be held.

- Role-playing function: Support role-playing using the built-in prompt template.

- Support frequency limit: You can specify the maximum number of conversations per day for a single user through configuration.

- Custom API domain name: You can specify a custom API domain name through configuration to solve the problem that domestic servers cannot directly access OpenAI.

- Add proxy: You can inject proxy through configuration to solve the problem that domestic servers cannot be accessed.

- Support whitelist mechanism: you can configure the specified group and user name as a whitelist to limit the scope of the conversation with the robot.

- Administrator mechanism: Administrators can be designated through configuration to manage sensitive operations and application configurations.

- Sensitive word filtering: Sensitive words can be specified through configuration. When sensitive words are triggered, questions are not allowed, and sensitive words in answers are replaced by prohibited matches.

- Image generation: Support generating images by sending keywords.

- Query dialogue: You can query the user's dialogue history by sending instructions.

Through the above features, ChatGPT WeCom provides a convenient and personalized way to integrate GPT robots into enterprise WeChat applications to provide a better user experience.

Guess you like

Origin blog.csdn.net/a772304419/article/details/132269104