Error 429 (exceeded your current quota) from api with money in my account

I just to try a basic exemple with :

 try {
    const openai = new OpenAI({
      apiKey: process.env.OPENAI_API_KEY,
    });

    const test = await openai.chat.completions.create({
      messages: [{ role: 'user', content: 'Say this is a test' }],
      model: 'gpt-3.5-turbo',
    });
    res.status(200).send(test);
  } catch (error) {
    res.status(500).send(error);
  }

I have 5$ in my account…

How to fix this issue ?

No, it’s resolved now, it because of the cache