An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Mixgpt

Mini-ChatGPT implemented in Elixir GenServer with OpenAI APIs

![screenshot](./screenshot.png)

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