#Rate Limit Grant
8 messages · Page 1 of 1 (latest)
You can only receive the grant once, and when it is gone, you will need to add a payment method.
Darn. Its just that I never got to use it at all. Anyways, thank you, makes sense.
const configuration = new Configuration({
apiKey: process.env.OPENAI_API_KEY,
});
for (h = 0; h < completion.data.choices.length; h++) {
let oncequery = completion.data.choices[h].text;
if (oncequery.includes('None')) oncequery = '\n\nNone';
let item = {
key: oncequery,
value: str[h].value
}
resfromBot.push(item);
if (oldkey != oncequery) {
oldkey = oncequery;
console.log(oncequery);
}
console.log(str[h].value);
}
If you need any help, please contact me.
Thank you for posting a completely irrelevant bit of script...?
What does this have anything to do with what I’m asking about?
I would just ignore. Probably just spam.
Rate Limit Grant I have already solved