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
- Host: GitHub
- URL: https://github.com/technicalpickles/gptopia
- Owner: technicalpickles
- Created: 2023-06-20T23:05:30.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-20T23:23:43.000Z (about 3 years ago)
- Last Synced: 2025-01-11T15:58:58.607Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 10.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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