satosystems / libchatgpt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libchatgpt

This project is an unofficial ChatGPT API call library called libchatgpt.

How to use

  1. Add this repository as a submodule to your repository

    git submodule add https://github.com/satosystems/libchatgpt.git
    cd libchatgpt
    git submodule init
    git submodule update
  2. Put the following in CMakeLists.txt

    add_subdirectory(libchatgpt)
  3. Build your project with cmake

    mkdir build
    cd build
    cmake ..
    make
    

About

License:MIT License


Languages

Language:C++ 73.9%Language:C 14.4%Language:CMake 11.6%