0.0.6 • Published 1 year ago

@aux4/gpt v0.0.6

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

@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
0.0.5

1 year ago

0.0.4

1 year ago

0.0.6

1 year ago

0.0.3

1 year ago

0.0.2

2 years ago