Skip to content
/ ChatBot Public

基于各种LLM的聊天机器人框架,支持多语言,语音唤醒,语音对话,本地执行功能,支持 OpenAI,Claude,讯飞星火,Stable Diffusion,ChatGLM,通义千问,腾讯混元,360 智脑,百川 AI,火山方舟,Ollama ,Gemini等API

License

Notifications You must be signed in to change notification settings

NGLSG/ChatBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatBot

ChatBot

English / 中文

✨基于各种LLM的聊天机器人框架,支持多语言,语音唤醒,语音对话,本地执行功能,支持 OpenAI,Claude,讯飞星火,Stable Diffusion,ChatGLM,通义千问,腾讯混元,360 智脑,百川 AI,火山方舟,Ollama ,Gemini等API✨

如果你喜欢这个项目请点一个⭐吧

license stars forks

Demo示例:img.png

依赖项

ChatBot项目需要以下依赖项:

  • nlohmann-json
  • cpr
  • PortAudio
  • OpenGL
  • imgui
  • glfw3
  • yaml-cpp
  • sol2
  • Lua
  • Stb
  • SDL2
  • SDL2_image
  • glad
  • OpenSSL

您可以使用vcpkg来安装这些依赖项。以下是安装这些依赖项的步骤:

  • VCPKG 安装

    • Windows

      git clone https://github.com/Microsoft/vcpkg.git
      cd vcpkg
      ./bootstrap-vcpkg.bat
    • Linux

      git clone https://github.com/Microsoft/vcpkg.git
      cd vcpkg
      ./bootstrap-vcpkg.sh
  • 使用vcpkg安装依赖

    vcpkg install nlohmann-json
    vcpkg install cpr
    vcpkg install PortAudio
    vcpkg install OpenGL
    vcpkg install imgui
    vcpkg install glfw3
    vcpkg install yaml-cpp
    vcpkg install sol2
    vcpkg install Lua
    vcpkg install Stb
    vcpkg install SDL2
    vcpkg install SDL2_image
    vcpkg install glad
    vcpkg install OpenSSL
    vcpkg integrate install

编译

cd ChatBot
mkdir build
cd build
cmake -B build/ -S . -DCMAKE_TOOLCHAIN_FILE=path/to/vcpkg.cmake
cd build
cmake --build .

About

基于各种LLM的聊天机器人框架,支持多语言,语音唤醒,语音对话,本地执行功能,支持 OpenAI,Claude,讯飞星火,Stable Diffusion,ChatGLM,通义千问,腾讯混元,360 智脑,百川 AI,火山方舟,Ollama ,Gemini等API

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published