https://github.com/vikdotdev/openai-cli
https://github.com/vikdotdev/openai-cli
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vikdotdev/openai-cli
- Owner: vikdotdev
- License: mit
- Created: 2023-02-14T18:46:48.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-16T20:18:25.000Z (almost 3 years ago)
- Last Synced: 2025-02-18T15:03:26.031Z (11 months ago)
- Language: Ruby
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# OpenAI::CLI
## Installation
```bash
gem install openai-cli
```
## TODO Usage
# Future Features
- `edit` command
- `edit` command
- `help` command
- `moderation` command
- pass a file to `ask` command
- Instead of failing on reaching max-tokens, implement the drift mechanism
e.g. only submit latest max-tokens allowed in the conversation.
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/vikdotdev/openai-cli.
## License
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).