Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
LevitatingBusinessMan committed Mar 24, 2023
1 parent a2f1526 commit 57d65ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# GPT-CLI
gpt-cli is a command line interface to interact with the OpenAI API. It aims to provide most features the API does, but is currently focused on the new chat endpoint.
# openai-cli
openai-cli is a command line interface to interact with the OpenAI API. It aims to provide most features the API does, but is currently focused on the new chat endpoint.

Using it looks like this:
```
Expand All @@ -16,4 +16,4 @@ But in the future you will be able to save and load prompts and switch between e
I also intend to add support for completing promts from stdin or files for use in scripting.

## Installation
You can install this using `cargo install openai-cli` because `gpt-cli` was taken by [this guy](https://github.com/gustawdaniel/gpt-cli) for an [unoriginal](https://github.com/LevitatingBusinessMan/GPT-OS) project.
Installation can be done via `cargo +nightly install openai-cli`.

0 comments on commit 57d65ea

Please sign in to comment.