Skip to content

Commit

Permalink
补充webui的配置提示;补充思维导图;
Browse files Browse the repository at this point in the history
  • Loading branch information
Ikaros-521 committed Jun 16, 2024
1 parent 9115402 commit c6c49f2
Show file tree
Hide file tree
Showing 8 changed files with 153 additions and 71 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<a href="//github.com/Ikaros-521/AI-Vtuber/network"><img alt="GitHub forks" src="https://img.shields.io/github/forks/Ikaros-521/AI-Vtuber?color=%2300BFFF&style=flat-square"></a>
<a href="//www.python.org"><img src="https://img.shields.io/badge/python-3.10+-blue.svg" alt="python"></a>

`Luna AI` 是一款结合了最先进技术的虚拟AI主播。它的核心是一系列高效的人工智能模型和平台,包括 `ChatterBot、GPT、Claude、langchain、chatglm、text-generation-webui、讯飞星火、智谱AI、谷歌Bard、文心一言、通义星尘、通义千问、千帆大模型、Gemini、Kimi Chat、QAnything、koboldcpp、FastGPT、Ollama、One-API、AnythingLLM`。这些模型既可以在本地运行,也可以通过云端服务提供支持。当然,为了让对话照进现实,还结合了多模态模型,包括 `Gemini、glm-4v` 的图像识别能力,获取电脑画面进行分析讲解。
`Luna AI` 是一款结合了最先进技术的虚拟AI主播。它的核心是一系列高效的人工智能模型和平台,包括 `ChatterBot、GPT、Claude、langchain、chatglm、text-generation-webui、讯飞星火、智谱AI、谷歌Bard、文心一言、通义星尘、通义千问、千帆大模型、Gemini、Kimi Chat、QAnything、koboldcpp、FastGPT、Ollama、One-API、AnythingLLM、LLM_TPU`。这些模型既可以在本地运行,也可以通过云端服务提供支持。当然,为了让对话照进现实,还结合了多模态模型,包括 `Gemini、glm-4v` 的图像识别能力,获取电脑画面进行分析讲解。

`Luna AI` 的外观由 `Live2D、Vtube Studio、xuniren、UE5 结合 Audio2Face、EasyAIVtuber、数字人视频播放器(Easy-Wav2Lip、Sadtalker、GeneFace++、MuseTalk、本地视频)、metahuman-stream(ernerf、musetalk)` 技术打造,为用户提供了一个生动、互动的虚拟形象。这使得 `Luna AI` 能够在各大直播平台,如 `Bilibili、抖音、快手、微信视频号、拼多多、1688、斗鱼、YouTube、Twitch 和 TikTok`,进行实时互动直播。当然,它也可以在本地环境中与您进行个性化对话。

Expand Down
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@
"top_p": 0.8,
"temperature": 0.95,
"history_enable": true,
"history_max_len": 300
"history_max_len": 100
},
"custom_llm": {
"url": "http://127.0.0.1:11434/v1/chat/completions",
Expand Down
2 changes: 1 addition & 1 deletion config.json.bak
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@
"top_p": 0.8,
"temperature": 0.95,
"history_enable": true,
"history_max_len": 300
"history_max_len": 100
},
"custom_llm": {
"url": "http://127.0.0.1:11434/v1/chat/completions",
Expand Down
Binary file modified docs/AI Vtuber.xmind
Binary file not shown.
Binary file modified docs/xmind.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,5 @@ dashscope
pygetwindow
opencv-python
g4f
starlette==0.27.0
starlette==0.27.0
pyserial
3 changes: 2 additions & 1 deletion requirements_common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -283,4 +283,5 @@ git+https://gitee.com/ikaros-521/sparkdesk-api
dashscope==1.14.1
pygetwindow
opencv-python==4.9.0.80
g4f
g4f
pyserial==3.5
212 changes: 146 additions & 66 deletions webui.py

Large diffs are not rendered by default.

0 comments on commit c6c49f2

Please sign in to comment.