Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 386 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 386 Bytes

C++ OpenAI Example

Quick start

cd cpp
cmake -DCMAKE_TOOLCHAIN_FILE=<path_to_vcpkg>/vcpkg.cmake -B ./build
cmake -B ./build -T MagnusLiber
./build/MagnusLiber

Notes

Build using vcpkg and cmake

Using Boost for JSON and HTTPS

There are simpler library for JSON and HTTPS, but I wanted to favour a well-established library this demo.