File tree 3 files changed +4
-2
lines changed
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
2
2
3
3
[ ![ MIT] ( https://img.shields.io/badge/license-mit-green?style=for-the-badge )] ( LICENSE )
4
4
![ Ruby] ( https://img.shields.io/badge/ruby-%23CC342D.svg?style=for-the-badge&logo=ruby&logoColor=white )
5
5
![ ChatGPT] ( https://img.shields.io/badge/chatGPT-74aa9c?style=for-the-badge&logo=openai&logoColor=white )
6
6
7
+ ![ Demo] ( demo.gif )
8
+
7
9
CLAI (CLI + AI = CLAI) allows you to interact with the OpenAI API in your terminal.
8
10
9
11
## Installation
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
23
23
spec . files = Dir . chdir ( __dir__ ) do
24
24
`git ls-files -z` . split ( "\x0 " ) . reject do |f |
25
25
( 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 ] )
27
27
end
28
28
end
29
29
spec . bindir = "exe"
You can’t perform that action at this time.
0 commit comments