https://github.com/dvcrn/elixir-cli-chatgpt
ChatGPT implemented with Elixir GenServer
https://github.com/dvcrn/elixir-cli-chatgpt
chatgpt elixir openai
Last synced: 12 months ago
JSON representation
ChatGPT implemented with Elixir GenServer
- Host: GitHub
- URL: https://github.com/dvcrn/elixir-cli-chatgpt
- Owner: dvcrn
- Created: 2023-03-13T10:20:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-13T10:30:48.000Z (over 3 years ago)
- Last Synced: 2025-06-12T04:06:06.592Z (about 1 year ago)
- Topics: chatgpt, elixir, openai
- Language: Elixir
- Homepage: https://david.coffee/mini-chatgpt-in-elixir-and-genserver/
- Size: 360 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mixgpt
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
## 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