ryuseisan / auto-chatgpt

Automate interaction with the browser version of ChatGPT.
MIT License
54 stars 11 forks source link

Fix GPT model selection method (#21) #23

Closed ryuseisan closed 1 year ago

ryuseisan commented 1 year ago

Changed the method of selecting a GPT model in the set_gpt_model function. Previously, this was achieved using a dropdown menu, but this method has been discontinued as of May 13, 2023. The updated implementation uses a simple button selection. This change simplifies the process and improves usability.