Skip to content

thg80/VITS_AIchat

Repository files navigation

VITS_AIchat

使用说明

Langchain

config 文件说明

参数 参数说明
input_mode 0 文字输入 ; 1 语音输入
vitsNoiseScale 控制感情变化程度
vitsNoiseScaleW 控制音素发音长度
vitsLengthScale 控制整体语速

常见问题

  • pip install pyopenjtalk 出错 - 参考

    python编译器添加到系统环境变量中,注意是将 Visual StudioCMake\bin添加到系统环境变量中! 如果仍然无法安装,请 pip list检查一下是否安装了 cmake包。 先 pip uninstall cmake卸载 cmake, 再安装。

TODO

  • 添加其他 api,暂定 aigptx.top
  • 使用 Lainchain 进行记忆存储
  • 压缩记忆初步实现(存为 ConversationSummaryBufferMemory 再存为实体)
  • 加入源项目
  • (-) bot 切换
  • 实时语音识别
  • 语音快捷开启软件/文件
  • 无意义文本过滤
  • 托盘与语音回复显示
  • 设置界面

日志/记录

日期 说明
2023.7.8 poe 被封了 orz
2023.7.9 测试 langchain
2023.7.10 使用 ConversationSummaryBufferMemory
2023.7.13 终于能存实体了 www
自建 Memory_Entity 类
2023.7.14 加入 langchain 到主项目
2023.7.21 测试 VectorStoreRetrieverMemory
2023.7.23 加入 VectorStoreRetrieverMemory 到主项目
2023.7.24 拆分 bot 文件
2023.8.24 实时语音识别

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages