Shell-Craft harnesses the potential of OpenAI's API to execute prompts, generate shell commands, and auto-fill templates seamlessly integrated with GitHub. Simplify and automate developer tasks with the power of AI.
Add a command line option to adjust AI model temperature
Is your feature request related to a problem? Please describe.
Current models generate output that is fixed based on default settings. This can be useful in some cases, but it can also result in examples that aren't reproducible. We want to add an option to the CLI to allow users to adjust the temperature to produce more varied and interesting output if desired, or predictable output.
Describe the solution you'd like
Add command line option temperature or t to the AI model that allows users to adjust the temperature of the output. The temperature value should be between zero and one, where values closer to one will produce more predictable output, and values closer to zero will produce more varied and interesting output.
Add a command line option to adjust AI model temperature
Is your feature request related to a problem? Please describe. Current models generate output that is fixed based on default settings. This can be useful in some cases, but it can also result in examples that aren't reproducible. We want to add an option to the CLI to allow users to adjust the temperature to produce more varied and interesting output if desired, or predictable output.
Describe the solution you'd like Add command line option
temperature
ort
to the AI model that allows users to adjust the temperature of the output. The temperature value should be between zero and one, where values closer to one will produce more predictable output, and values closer to zero will produce more varied and interesting output.