terry3041 / pyChatGPT

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

New Model of ChatGPT #75

Closed DoganK01 closed 1 year ago

DoganK01 commented 1 year ago

Hello,

I want to change the "model" parameter in chatgpt. So I want to train my own model. How can I do it ?

terry3041 commented 1 year ago

Sorry but I don't understand what you mean. Can you elaborate?

Abdulsamipy commented 1 year ago

@DoganK01 you need to create a conversation on chatgtpt website , train there and than add the conversation ID

DoganK01 commented 1 year ago

Okey I figured it out. Many thanks.