Skip to content

notgabry/white

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⭐ White

🌺 GPT-3 on the terminal.

📥 Install

Only for Linux

  1. Download the release file
  2. Move the file to /usr/local/bin
  3. Create a file with this path /home/your-user/.white/config.json
  4. Paste there the template down below
  5. You're ready to go.
{
    "Key": "OpenAI Key",
    "MaxTokens": <max tokens int>
}

❔ Running

To use white you have 2 options

  1. With default MaxTokens
$ white -q "query"
  1. Manually specifying MaxTokens
$ white -q "query" <MaxTokens here>

📩 Stats

If you want to check your stats run this

$ white -s

📤 Uninstall

  1. Delete the file named white in /usr/local/bin
  2. Delete the folder /home/your-user/.white/