terry3041 / pyChatGPT

An unofficial Python wrapper for OpenAI's ChatGPT API
GNU General Public License v3.0
1.35k stars 255 forks source link

Add model selection to class, if model is 4, use GPT-4 for chat #150

Open hesiod-au opened 1 year ago

hesiod-au commented 1 year ago

Added a default 3.5 model which at the moment does nothing, just for backwards compatibility. Activate the gpt-4 selection by passing in model=4 when instantiating.