#Rate Limit Grant

8 messages · Page 1 of 1 (latest)

cerulean willow
#

I was wondering if I could receive an $18 API credits grant, since I never used the one that expired back on April 1st. Is this the correct place to ask for something like this? If not, who could I talk to?

slim summit
#

You can only receive the grant once, and when it is gone, you will need to add a payment method.

cerulean willow
sleek marsh
# cerulean willow I was wondering if I could receive an $18 API credits grant, since I never used ...

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.

slim summit
#

Thank you for posting a completely irrelevant bit of script...?

cerulean willow
slim summit
sleek marsh