chatgpt-plugin/utils
Sean Murphy b687d45897
为azure语音模式添加说话风格配置,支持vits语音模式中文回答转日语语音输出,添加翻译功能,支持指令切换语音模式,支持查看当前语音模式下的支持角色列表 (#404)
* feat: add support for ‘greeting’ and ‘global reply mode’ commands, improve variable naming and remove unnecessary backend output.

* feat: Add support for black and white lists, global reply mode and voice role settings, private chat switch, and active greeting configuration. Refactor some variable names and comment out redundant code for better readability and reduced backend output.

* feat: 为新功能完善了帮助面板

* docs: 完善了‘打招呼’的帮助说明

* Commit Type: feat, bugfix

Add functionality to view plugin command table, fix bug in blacklist/whitelist, and fix bug where chat mode can still be used in private messaging when disabled.

* Commit Type: feat, bugfix

Add functionality to view plugin command table, fix bug in blacklist/whitelist, and fix bug where chat mode can still be used in private messaging when disabled.

* refactor: Remove redundant log output.

* Refactor: optimize code logic

* Fix: 修复绘图指令表被抢指令的bug。

* Refactor:1. Add support for automatically translating replies to Japanese and generating voice messages in VITS voice mode (please monitor remaining quota after enabling). 2. Add translation function. 3. Add emotion configuration for Azure voice mode, allowing the robot to select appropriate emotional styles for replies.

* Refactor:Handle the issue of exceeding character setting limit caused by adding emotion configuration.

* Fix: fix bugs

* Refactor: Added error feedback to translation service

* Refactor: Added support for viewing the list of supported roles for each language mode, and fixed some bugs in the emotion switching feature of the auzre mode.

* Refactor: Optimized some command feedback and added owner restriction to chat record export function.

* Refactor: Optimized feedback when viewing role list to avoid excessive messages.

* Refactor: Optimized feedback when configuring multi-emotion mode.

* Feature: Added help instructions for translation feature.

* chore: Adjust help instructions for mood settings

* Fix: Fixed issue where only first line of multi-line replies were being read and Azure voice was pronouncing punctuation marks.

* Fix: Fixed bug where switching to Azure voice mode prompted for missing key and restricted ability to view voice role list to only when in voice mode.

---------

Co-authored-by: Sean <1519059137@qq.com>
Co-authored-by: ikechan8370 <geyinchibuaa@gmail.com>
2023-05-04 22:55:49 +08:00
..
emoj fix: emoji regex fix 2023-03-31 13:48:13 +08:00
poe feat: add support for Claude and Poe(WIP) 2023-04-15 21:00:34 +08:00
slack fix: 优化slack对话拉取机制,避免过长对话导致的maxContentLength size of -1 exceeded错误 2023-05-04 16:54:00 +08:00
tts 为azure语音模式添加说话风格配置,支持vits语音模式中文回答转日语语音输出,添加翻译功能,支持指令切换语音模式,支持查看当前语音模式下的支持角色列表 (#404) 2023-05-04 22:55:49 +08:00
wordcloud fix:修复对群友@时 昵称中含空格 导致一部分昵称被统计 (#384) 2023-04-24 23:58:36 +08:00
baiduTranslate.js 为azure语音模式添加说话风格配置,支持vits语音模式中文回答转日语语音输出,添加翻译功能,支持指令切换语音模式,支持查看当前语音模式下的支持角色列表 (#404) 2023-05-04 22:55:49 +08:00
BingDraw.js feat: 画图支持代理 2023-04-03 21:14:07 +08:00
browser.js fix: 试图拯救浏览器模式,不行就弃了 2023-03-26 21:43:35 +08:00
chatglm.js fix: temerature cannot larger than 1 2023-03-20 00:40:47 +08:00
common.js feat: 后台新增Azure语音配置项 (#383) 2023-04-29 17:24:33 +08:00
config.js 为azure语音模式添加说话风格配置,支持vits语音模式中文回答转日语语音输出,添加翻译功能,支持指令切换语音模式,支持查看当前语音模式下的支持角色列表 (#404) 2023-05-04 22:55:49 +08:00
conversation.js fix: format code 2023-04-14 21:44:06 +08:00
dalle.js fix: at都被挤到消息最前面的问题 2023-04-12 20:03:41 +08:00
face.js fix: at都被挤到消息最前面的问题 2023-04-12 20:03:41 +08:00
message.js fix: 移除多余的依赖 2023-04-04 16:32:10 +08:00
openai-auth.js 修复一些图片模式页面错误,添加图片页面服务器自定义配置,修改配置文件加载方法 (#172) 2023-02-20 11:32:44 +08:00
prompts.js fix: format code 2023-04-14 21:44:06 +08:00
randomMessage.js fix: 打招呼prompt不能热更新的问题 2023-04-17 12:58:40 +08:00
SydneyAIClient.js fix: unknown 2023-04-20 19:18:26 +08:00
tts.js fix: at都被挤到消息最前面的问题 2023-04-12 20:03:41 +08:00
uploadRecord.js 为azure语音模式添加说话风格配置,支持vits语音模式中文回答转日语语音输出,添加翻译功能,支持指令切换语音模式,支持查看当前语音模式下的支持角色列表 (#404) 2023-05-04 22:55:49 +08:00