Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

api/generate is facing 405 error #97

Closed
howdyfrom2019 opened this issue Jul 15, 2023 · 1 comment
Closed

api/generate is facing 405 error #97

howdyfrom2019 opened this issue Jul 15, 2023 · 1 comment

Comments

@howdyfrom2019
Copy link

Hi, I deployed my novel project with vercel link you provided and figure it out that text generation doesn't work.
I set up all project in local environment and I found an error like below.

Do you happened to know that I have to subscribe any plans for testing novel?

error - Error: Response error: {
    "error": {
        "message": "You exceeded your current quota, please check your plan and billing details.",
        "type": "insufficient_quota",
        "param": null,
        "code": "insufficient_quota"
    }
}

    at Object.eval (webpack-internal:///(middleware)/./node_modules/ai/dist/index.mjs:137:32)
    at Generator.next (<anonymous>)
    at fulfilled (webpack-internal:///(middleware)/./node_modules/ai/dist/index.mjs:42:24)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
@steven-tey
Copy link
Owner

Probably cause the OpenAI API key you added ran out of OpenAI credits. Closing this since it's unrelated to Novel.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants