jimyu0217

Results 1 issues of jimyu0217

I had get 429 issue. Anyone can help me? private bool createChatGptObj() { bool success = false; try { _gptObj = new ChatGpt(_apiKey); _gptObj.SetConversations(new List() { new Net.DTO.ChatGPT.ChatGptConversation(), }); success...