by examplary_cable on 4/4/23, 2:01 AM with 0 comments
Features:
- Simple and easy-to-use script for querying OpenAI's GPT models from Bash
- Highly customizable options for API key, model, temperature, and more
- Generates text using the latest and greatest GPT models available from OpenAI
- Copies generated text to your clipboard for easy use
- Open-source, free to use and modify
Limitations: - Cannot handle double quotes very well, as it replaces them with a `(grave accent)
Planned features:
- Integration with additional GPT models and APIs
- Support for multiple output formats, such as Markdown or HTML
- Check out the source code and start using bash-gpt.sh to generate awesome text from your
- Cache past queries!!
- Variables such as $consversation $advice $step-by-step $stackoverflow-question, in order to replace prompts such as "$stack-overflow-question How do I solve this CORS issue ..." or "$step-by-step How do I deploy a docker-compose file."
If anything goes wrong just open an issue. Thanks.