0.3.4 • Published 12 months ago

@princejoogie/chatgpt-cli v0.3.4

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

chatgpt-cli

ChatGpt in your terminal

pwsh_dVWwkFR8TQ

Usage

Generate an API key -> https://platform.openai.com/account/api-keys

# .bashrc or .zshrc
export OPENAI_API_KEY=your-api-key
# this environment variable is used as authentication in openai's api endpoints
$ npm install -g @princejoogie/chatgpt-cli
$ gpt # this is the bin when installing the package globally

Todo

  • Response streaming
  • Conversation history
  • Model change (default gpt-3.5-turbo)

Develop

$ pnpm install
$ pnpm dev   # terminal 1
$ pnpm start # terminal 2

Made with ☕ by Prince Carlo Juguilon

0.3.4

12 months ago

0.3.3

12 months ago

0.3.2

12 months ago

0.3.1

12 months ago

0.3.0

12 months ago

0.2.7

12 months ago

0.2.6

12 months ago

0.2.5

12 months ago

0.2.4

12 months ago

0.2.3

12 months ago

0.2.2

12 months ago

0.2.1

12 months ago