uday-rana / codeshift

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

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

Open uday-rana opened 5 days ago

uday-rana commented 5 days ago

Is your feature request related to a problem? Please describe. AI model support is limited to llama3-8b-8192.

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

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

Describe alternatives you've considered N/A

Additional context N/A

uday-rana commented 4 days ago

Partially addressed by https://github.com/uday-rana/codeshift/commit/bfa5043cd0d5d16f152377966641ec68510fadfc