GitHub - indielab/elixir-cli-chatgpt: ChatGPT implemented with Elixir GenServer

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

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

Readme

Activity

Stars

0 stars

Watchers

0 watching

Forks

0 forks

Releases

No releases published

Languages

  • Elixir 100.0%