@aux4/gpt

0.0.3 • Public • Published

@aux4/gpt

Chat GPT Aux4 Integration

npm

Install

npm install -g @aux4/gpt

Usage

$ aux4-gpt

   ask   Ask a question to GPT
           - instructions [instructions.txt] The instructions file of the prompt
           - model [gpt-4-1106-preview] The model to use
           - role [user] The role of the user
           - history The file to use as history
           - outputSchema [schema.json] The file that represents the JSON schema of the output
           - context [false] Read context from stdin
           - question The question to ask
  chat   Chat with GPT
           - instructions [instructions.txt] The instructions file of the prompt
           - model [gpt-4-1106-preview] The model to use
           - role [user] The role of the user
           - history The file to use as history
           - outputSchema [schema.json] The file that represents the JSON schema of the output
  read   Read from stdin with GPT
           - instructions [instructions.txt] The instructions file of the prompt
           - model [gpt-4-1106-preview] The model to use
           - role [user] The role of the user
           - history The file to use as history
           - outputSchema [schema.json] The file that represents the JSON schema of the output

Package Sidebar

Install

npm i @aux4/gpt

Homepage

aux4.io

Weekly Downloads

3

Version

0.0.3

License

Apache-2.0

Unpacked Size

28.8 kB

Total Files

11

Last publish

Collaborators

  • aux4-dev