acheong08 / ChatGPT

Reverse engineered ChatGPT API
GNU General Public License v2.0
28k stars 4.48k forks source link

The Functions #1453

Closed mamingsuper closed 1 year ago

mamingsuper commented 1 year ago

Thanks so much for building this tool. May I consult it only can be used for chatbot(conversation), or can also be used in text classification like using model="text-davinci-003"?

hzlujunyi commented 1 year ago

If you use V1, you can only use conversation like on the web. If you use V3, you can designate a certain model since it calls Openai's APIs.