File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1- # ChatGPT/OpenAI in your terminal - CLAI
1+ # CLAI - CLI + AI in your terminal
22
33[ ![ MIT] ( https://img.shields.io/badge/license-mit-green?style=for-the-badge )] ( LICENSE )
44![ Ruby] ( https://img.shields.io/badge/ruby-%23CC342D.svg?style=for-the-badge&logo=ruby&logoColor=white )
55![ ChatGPT] ( https://img.shields.io/badge/chatGPT-74aa9c?style=for-the-badge&logo=openai&logoColor=white )
66
7+ ![ Demo] ( demo.gif )
8+
79CLAI (CLI + AI = CLAI) allows you to interact with the OpenAI API in your terminal.
810
911## Installation
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
2323 spec . files = Dir . chdir ( __dir__ ) do
2424 `git ls-files -z` . split ( "\x0 " ) . reject do |f |
2525 ( File . expand_path ( f ) == __FILE__ ) ||
26- f . start_with? ( *%w[ bin/ test/ spec/ features/ .git .circleci appveyor Gemfile ] )
26+ f . start_with? ( *%w[ bin/ test/ spec/ features/ .git .circleci appveyor Gemfile demo.gif ] )
2727 end
2828 end
2929 spec . bindir = "exe"
You can’t perform that action at this time.
0 commit comments