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

https://github.com/technicalpickles/gptopia

CLI for Chatting with OpenAI
https://github.com/technicalpickles/gptopia

Last synced: 9 months ago
JSON representation

CLI for Chatting with OpenAI

Awesome Lists containing this project

README

          

# gptopia

WIP CLI application for chattin' with [OpenAI](https://openai.com). Powered by [langchain.rb]()

## Usage

1. Create an API key at https://platform.openai.com/account/api-keys
2. Create a `.env` containing `OPENAI_API_KEY=your-new-key`
3. Run `bundle install`
4. Run `ruby main.rb`

## TODO

- package as a gem
- make an executable command
- better persistence