Only for Linux
- Download the release file
- Move the file to
/usr/local/bin
- Create a file with this path
/home/your-user/.white/config.json
- Paste there the template down below
- You're ready to go.
{
"Key": "OpenAI Key",
"MaxTokens": <max tokens int>
}
To use white you have 2 options
- With default MaxTokens
$ white -q "query"
- Manually specifying MaxTokens
$ white -q "query" <MaxTokens here>
If you want to check your stats run this
$ white -s
- Delete the file named
white
in/usr/local/bin
- Delete the folder
/home/your-user/.white/