And how about Premium?The value is server side probably
You tell me, i only mod gamesAnd how about Premium?
How did you come to this conclusion that words are calculated on the serverside?The value is server side probably
I searched the application name and it's an AI powered application, i assumed it must've been using OpenAI api which store tokens on the serverHow did you come to this conclusion that words are calculated on the serverside?
It is actually not like that. In fact, the application itself utilizes the OpenAI API as its core, but it does not rely on the OpenAI service to count the tokens used. Instead, it only tallies the number of words in the answer and subtracts them from the daily word limit. The issue lies in my lack of knowledge regarding where this process takes place. Simply searching for 'Tokens' will not resolve the problemI searched the application name and it's an AI powered application, i assumed it must've been using OpenAI api which store tokens on the server
Imagine you can easily mod the tokens, the developer will go broke
{
"text": "Clevertype is a productivity tool that enhances users' typing speed and accuracy. It employs artificial intelligence and machine learning algorithms to anticipate and propose words as users type, facilitating quicker and more effortless typing. Clevertype also provides features such as autocorrect, text expansion, and customizable shortcuts to further improve typing efficiency.",
"tokensUsed": 77,
"totalTokensUsedByUser": 193,
"tokenUsageResponse": {
"tokensUsed": 77,
"totalTokensUsedByUser": 193,
"dailyTokenUsed": 193
}
}
totalTokensUsedByUser
consistently increases with every request/response, even if the request is not sent from the app.