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

docs: add a note to add openai credits #125

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions docs/getting-started/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,12 +165,15 @@ Congratulations! you have successfully created a local kubernetes cluster, deplo
---
**NOTE**

If you get the following error message, please make sure to add some credits to your openai account.
If you see the following error message,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

suggestion
If you see the following error message:

```bash
Error: exhausted API quota for AI provider openai: error, status code: 429
message: You exceeded your current quota, please check your plan and billing details.
For more information on this error, read the docs: https://platform.openai.com/docs/guides/error-codes/api-errors.
```

You can find the instruction on how to do that [here](https://help.openai.com/en/articles/8264644-how-can-i-set-up-prepaid-billing)
then please make sure to add some credits to your openai account.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

suggestion
Add credit to your OpenAI account.


You can find the instruction on how to do that [here](https://help.openai.com/en/articles/8264644-how-can-i-set-up-prepaid-billing)

`
Error: exhausted API quota for AI provider openai: error, status code: 429, message: You exceeded your current quota, please check your plan and billing details. For more information on this error, read the docs: https://platform.openai.com/docs/guides/error-codes/api-errors.
`
---