pgibler / cmdh

Create Linux commands from natural language, in the shell.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use environment variable to select model

pgibler opened this issue · comments

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

This has been implemented