Giter VIP home page Giter VIP logo

chatbot's Introduction

ChatBot

ChatBot

English / 中文

✨基于各种LLM的聊天机器人,支持多种语言,支持多种功能。✨

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

license stars forks

依赖项

ChatBot项目需要以下依赖项:

  • nlohmann-json
  • cpr
  • spdlog
  • openssl
  • portaudio
  • opengl
  • imgui
  • yaml-cpp
  • libarchive
  • lua
  • sol2
  • sdl2
  • glad

您可以使用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 spdlog
    vcpkg install openssl
    vcpkg install portaudio
    vcpkg install opengl
    vcpkg install imgui
    vcpkg install yaml-cpp
    vcpkg install libarchive
    vcpkg install imgui[docking-experimental]
    vcpkg install lua
    vcpkg install sol2
    vcpkg install sdl2
    vcpkg install sdl2-image
    vcpkg install glad
    vcpkg integrate install
    

编译

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.