ashinnotfound / ChatGPT-YourChatRobot

❤开箱即用❤an unofficial implement of ChatGPT in QQ/Wechat. 一个非官方的ChatGPT腾讯qq/微信(非公众号)实现版,快来把你的qq或微信变成chatgpt吧
MIT License
432 stars 96 forks source link

4.0 API available now, can we use 4.0 api? #61

Closed jerryrat closed 1 year ago

jerryrat commented 1 year ago

4.0 API available now, can we use 4.0 api?

ashinnotfound commented 1 year ago

yep. just replace the model that i set in BotConfig.java(line 67) with gpt4 model. but firstly make sure you are able to use 4.0api. see -> https://platform.openai.com/docs/models/gpt-4

jerryrat commented 1 year ago

yes