@nemo-cli/openai
v0.0.8
Published
openai cli
Downloads
9
Readme
Pre-requisite
You'll need to have your own OpenAi
API key to operate this package.
- Go to OpenAI
- Select
+ Create new secret key
- Copy generated key
Get Started
Install
npm install @nemo-cli/openai --global
or
pnpm add @nemo-cli/openai --global
Usage
Reserve the API key for accessing openai
openai key
Choose the model you want to use
openai model
Choose Prompt to Chat
openai chat
Add Custom Prompt to Chat
openai --new
Set Token Limit
openai --limit
Reset Prompt(Clear Custom Prompts)
openai --reset
Other
openai -h