lin2025 / gpt3.5

LinGPT, a ChatGPT (GPT-3.5 / GPT-4) webpage with just a single HTML file. 只有一个html文件的ChatGPT聊天网页,零门槛,10秒搞定。GPT4 多Key轮询 Auto Key Rotation 支持第三方Key 兼容代理平台 Supports proxy / third-party keys
https://lin2025.github.io/gpt3.5/
GNU General Public License v3.0
61 stars 7 forks source link

Change of language model? #1

Closed ip-gamers closed 1 year ago

ip-gamers commented 1 year ago

Is there any way to change the model from e.g. gpt-3.5-turbo to ada because it is cheaper?

lin2025 commented 1 year ago

Hi, I am new to GitHub. I saw your email message last night and made changes today. I created new repositories at https://github.com/lin2025/gpt-3-web/ . If you are referring to the 'text-ada-001' and 'ada' models under the GPT-3 model, they can now be used. To modify them, search for "axios.post" in the code and update the 'model' parameter in two places.

ip-gamers commented 1 year ago

Thank you so much!