PawanOsman / ChatGPT.Net

C# library for ChatGPT using official OpenAI API

Home Page:https://www.nuget.org/packages/ChatGPT.Net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I have no way to use it anymore TAT

1419427247 opened this issue · comments

I just checked and it works fine, make sure your session token is valid and isn't expired,

and make sure your config file does not contain a conversation from another account (means if you changed your session token to another account it may be not working because the new session token can't access the other account conversations and you need to delete the conversation file too)

I just checked and it works fine, make sure your session token is valid and isn't expired,

and make sure your config file does not contain a conversation from another account (means if you changed your session token to another account it may be not working because the new session token can't access the other account conversations and you need to delete the conversation file too)

Thank you for your answer, although I don't know why, I changed the SessionToken in the code and it didn't work, I just deleted the default-ChatGPT-Net.json file and the program works fine!