pgibler / cmdh

Create Linux commands from natural language, in the shell.
MIT License
83 stars 6 forks source link

Use environment variable to select model #4

Closed pgibler closed 7 months ago

pgibler commented 1 year ago

Currently this uses gpt4 but it would just take consuming an env variable (say, CMDH_MODEL_NAME).

pgibler commented 7 months ago

This has been implemented