Sawara is a Ruby Gem and command-line interface (CLI) tool that enables you to use ChatGPT in your terminal via OpenAI API.
With Sawara, you can easily create and manage multiple bots with different prompts, and have natural language conversations with them through the CLI.
Of course, you can also start a conversation with a bot without setting a prompt in advance.
$ gem install sawara
- Get your API key from https://platform.openai.com/account/api-keys
$ sawara callor$ sawara setkey- Enter your API Key.
$ sawara call
$ sawara -c
Use the sawara call command to start a conversation.
$ sawara call <bot_id>
$ sawara -c <bot_id>
Use the sawara call command followed by the ID of the bot to start a conversation with the registered bot.
$ sawara add <bot_id>
Use the sawara add command followed by the ID of the bot you want to register. You'll be asked to provide a name and a prompt for the bot.
$ sawara delete <bot_id>
Use the sawara delete command followed by the ID of the bot you want to remove.
$ sawara list
$ sawara -l
Use the sawara list command to list all the bots you've registered.
$ sawara setkey
Use the sawara setkey command to set or update your OpenAI API key.
Configuration data will be saved in ~/.sawara.yml.
After checking out the repo, run bin/setup to install dependencies. Then, run rake spec to run the tests. You can also run bin/console for an interactive prompt that will allow you to experiment.
To install this gem onto your local machine, run bundle exec rake install. To release a new version, update the version number in version.rb, and then run bundle exec rake release, which will create a git tag for the version, push git commits and the created tag, and push the .gem file to rubygems.org.
Bug reports and pull requests are welcome on GitHub at https://github.com/yocajii/sawara. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the code of conduct.
The gem is available as open source under the terms of the MIT License.
Everyone interacting in the sawara project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.