How can I implement Chatgpt Token in my webtool

1stargeneral

Power Member
Joined
Feb 19, 2009
Messages
714
Reaction score
389
Hello Guys, good morning. I am working on a Social Ai Management tool. All is set and ready to go but I am having issues with the Ai section of the web tool.

I am still researching though and yet to understand how the Ai tokens work. I included the free ChatGPT api key for testing but it didn't work. This is the only section left for the launch.

I need help on this.
 
I dont think there is any free chatgpt api key. You need to topup your api account with 5$ minimum.
If that's not the issue than check the return message from the api call if there is an error.
 
I dont think there is any free chatgpt api key. You need to topup your api account with 5$ minimum.
If that's not the issue than check the return message from the api call if there is an error.
Thank you dude. The error message I get something around "insufficient token". That has to do with credit right?
 
What is your backend language/framework?
 
Thank you dude. The error message I get something around "insufficient token". That has to do with credit right?
Yes, you must top up your balance in order for the API to send responses to your server correctly - if you don't have balance or 'tokens' you will not be able to use OpenAI API, there is no free version.
 
Thank you dude. The error message I get something around "insufficient token". That has to do with credit right?
Each api call burn tokens. You may have to set it to a larger amount something like 2048 or 4096.
Also there is a per minute token limit, google to find out:
per minute token limit openai
You have to stay within that limit.
 
Back
Top