Skip to content

indielab/elixir-cli-chatgpt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mixgpt

Mini-ChatGPT implemented in Elixir GenServer with OpenAI APIs

screenshot

This project is the code for the writeup at https://david.coffee/mini-chatgpt-in-elixir-and-genserver/, but you can use it as is as well :)

Feel free to submit suggestions or pull requests if you want to improve this application and find it useful

Usage

  • Set env variables OPENAI_API_KEY and OPENAI_ORGANIZATION_KEY
  • Run mix deps.get to get all dependencies
  • Run mix to start the application

License

MIT

About

ChatGPT implemented with Elixir GenServer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 100.0%