Mini-ChatGPT implemented in Elixir GenServer with OpenAI APIs
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
- Set env variables
OPENAI_API_KEYandOPENAI_ORGANIZATION_KEY - Run
mix deps.getto get all dependencies - Run
mixto start the application
MIT
