Skip to content

unconv/chatgpt-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatGPT Clone in C

A ChatGPT Clone in C with Raylib (work in progress)

Installation

  1. Install Raylib: https://github.com/raysan5/raylib/wiki

  2. Download raygui and cJSON:

$ git clone --depth=1 https://github.com/raysan5/raygui.git
$ git clone --depth=1 https://github.com/DaveGamble/cJSON.git
  1. Set API key to environment variable
$ export OPENAI_API_KEY=YOUR_API_KEY
  1. Compile & run
$ ./build.sh
$ ./main

About

ChatGPT Clone in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published