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

feat: 增加基于 openai 的聊天对话功能,优化功能图标 #10

Merged
merged 9 commits into from
Apr 14, 2023

Conversation

LIlGG
Copy link
Owner

@LIlGG LIlGG commented Apr 14, 2023

基于 OpenAi 实现看板娘聊天对话功能。

功能预览

image

功能介绍:

1、看板娘实现聊天对话功能
2、支持历史聊天记录
3、聊天角色形象支持自定义预设
4、OpenAi 接口可使用代理。
5、支持 gpt-3.5 及 gpt-4 接口
6、支持匿名及登录聊天功能

其他修改

1、优化小工具图标样式
2、使用 ReactiveSettingFetcher 重写获取配置的方式

看板娘聊天功能使用方式

1、安装可预览插件 plugin-live2d-1.0.2.jar.zip
2、在插件设置 -> OpenAi 设置中,启用 OpenAi,填写 OpenAi Token
3、前往主题端,对话功能将展示在看板娘首个小工具上。

注: 此版本将要求 Halo 版本 >= 2.4.0

Fixes: #7

@LIlGG LIlGG added the enhancement New feature or request label Apr 14, 2023
@LIlGG LIlGG self-assigned this Apr 14, 2023
@LIlGG LIlGG merged commit 6834420 into main Apr 14, 2023
@LIlGG LIlGG deleted the feat/open-api branch June 15, 2024 14:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

对接 OpenAI 接口,实现对话功能
1 participant