Skip to content

korziner/chatgpt-c

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 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

Languages

  • C 99.7%
  • Shell 0.3%