uday-rana / codeshift

A command-line tool that translates source code files into a chosen programming language.
MIT License
4 stars 5 forks source link

Add support for AI model temperature selection through CLI or environment variables #30

Open uday-rana opened 1 month ago

uday-rana commented 1 month ago

Is your feature request related to a problem? Please describe. AI model temperature is limited to provider default.

Describe the solution you'd like Add support for users to specify the AI model temperature by:

If no temperature is specified, a default should be set.

Describe alternatives you've considered N/A

Additional context N/A