- Dynamic model version selection
- Customizable system messages and prompts
- Adjustable response temperature for variance control
- Configurable maximum token length for response control
- Simple and interactive user prompts for easy configuration
-
Clone the repository:
git clone https://github.com/knoxSamuel/sht.git
-
Navigate into the project directory:
cd sht
-
Ensure you set the
OPENAI_API_KEY
variable in the script with your API KEY, or in your environment variables. -
Set an alias
sht
to execute./gpt.sh
:alias sht="~/sht/gpt.sh"
-
Run the script:
sht
orsht 'PROMPT'
-
Follow the prompts to configure the model's settings.
Contributions are welcome! Please fork the repository, make your changes, and submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.