Skip to content

Commit

Permalink
Add a demo gif
Browse files Browse the repository at this point in the history
  • Loading branch information
codergeek121 committed Jul 17, 2023
1 parent d5f7a35 commit 1546a6e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# ChatGPT/OpenAI in your terminal - CLAI
# CLAI - CLI + AI in your terminal

[![MIT](https://img.shields.io/badge/license-mit-green?style=for-the-badge)](LICENSE)
![Ruby](https://img.shields.io/badge/ruby-%23CC342D.svg?style=for-the-badge&logo=ruby&logoColor=white)
![ChatGPT](https://img.shields.io/badge/chatGPT-74aa9c?style=for-the-badge&logo=openai&logoColor=white)

![Demo](demo.gif)

CLAI (CLI + AI = CLAI) allows you to interact with the OpenAI API in your terminal.

## Installation
Expand Down
2 changes: 1 addition & 1 deletion clai.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
spec.files = Dir.chdir(__dir__) do
`git ls-files -z`.split("\x0").reject do |f|
(File.expand_path(f) == __FILE__) ||
f.start_with?(*%w[bin/ test/ spec/ features/ .git .circleci appveyor Gemfile])
f.start_with?(*%w[bin/ test/ spec/ features/ .git .circleci appveyor Gemfile demo.gif])
end
end
spec.bindir = "exe"
Expand Down
Binary file added demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1546a6e

Please sign in to comment.