0xacx / chatGPT-shell-cli

Simple shell script to use OpenAI's ChatGPT and DALL-E from the terminal. No Python or JS required.
https://gptshell.cc
MIT License
1.05k stars 151 forks source link

Feature suggestion - change model #153

Open leoalho opened 4 months ago

leoalho commented 4 months ago

Hi! First of all thank you for making this nice and lightweight piece of tech! I am occasionally faced with the need to change the current model. Instead of closing and running the script with a new -m parameter it would be nice to have its own command for it. I created a PR, #152, which adds a change_model: command. I have tested that it works as intended

Best regards, Leo Alho