Skip to content

Commit 1546a6e

Browse files
committed
Add a demo gif
1 parent d5f7a35 commit 1546a6e

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
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+
79
CLAI (CLI + AI = CLAI) allows you to interact with the OpenAI API in your terminal.
810

911
## Installation

clai.gemspec

+1-1
Original file line numberDiff line numberDiff 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"

demo.gif

1.11 MB
Loading

0 commit comments

Comments
 (0)