From fb7284a076e3e1b17ec66a7278a814ebeaa5172f Mon Sep 17 00:00:00 2001 From: Tony Chia Date: Sun, 15 Sep 2024 09:24:12 -0700 Subject: [PATCH 1/7] add a note to add openai credits Signed-off-by: Tony Chia --- docs/getting-started/getting-started.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/getting-started/getting-started.md b/docs/getting-started/getting-started.md index 0acd954..be9fe66 100644 --- a/docs/getting-started/getting-started.md +++ b/docs/getting-started/getting-started.md @@ -160,3 +160,17 @@ k8sgpt analyse --explain ``` Congratulations! you have successfully created a local kubernetes cluster, deployed a "broken Pod" and analyzed it using `k8sgpt`. + + +--- +**NOTE** + +If you get the following error message, please make sure to add some credits to your openai account. + +You can find the instruction on how to do that at 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.
+
+ +--- From 578809d81fab55ee697e339720d6529a2fb68a8c Mon Sep 17 00:00:00 2001 From: Tony Chia Date: Sun, 15 Sep 2024 09:45:37 -0700 Subject: [PATCH 2/7] fix formatting Signed-off-by: Tony Chia --- docs/getting-started/getting-started.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/getting-started/getting-started.md b/docs/getting-started/getting-started.md index be9fe66..04fc901 100644 --- a/docs/getting-started/getting-started.md +++ b/docs/getting-started/getting-started.md @@ -169,8 +169,7 @@ If you get the following error message, please make sure to add some credits to You can find the instruction on how to do that at 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.
-
- +` --- From f12abeb7aa7c7b0f20d05885630f2aa5bb5b1260 Mon Sep 17 00:00:00 2001 From: Tony Chia Date: Sun, 15 Sep 2024 09:55:10 -0700 Subject: [PATCH 3/7] convert to link Signed-off-by: Tony Chia --- docs/getting-started/getting-started.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/getting-started/getting-started.md b/docs/getting-started/getting-started.md index 04fc901..9980d6b 100644 --- a/docs/getting-started/getting-started.md +++ b/docs/getting-started/getting-started.md @@ -167,7 +167,8 @@ Congratulations! you have successfully created a local kubernetes cluster, deplo If you get the following error message, please make sure to add some credits to your openai account. -You can find the instruction on how to do that at https://help.openai.com/en/articles/8264644-how-can-i-set-up-prepaid-billing +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. From 31541c49bfe551519661c8ea32078cd57ca85fe6 Mon Sep 17 00:00:00 2001 From: Tony Chia Date: Tue, 17 Sep 2024 13:58:42 -0700 Subject: [PATCH 4/7] implemented feedback Signed-off-by: Tony Chia --- docs/getting-started/getting-started.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/docs/getting-started/getting-started.md b/docs/getting-started/getting-started.md index 9980d6b..d039848 100644 --- a/docs/getting-started/getting-started.md +++ b/docs/getting-started/getting-started.md @@ -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, +```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. +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. -` --- From 0c7f10fd668e24a484b4e1fc2455738351d20a34 Mon Sep 17 00:00:00 2001 From: Tony Chia Date: Wed, 18 Sep 2024 14:08:49 -0700 Subject: [PATCH 5/7] simplify Signed-off-by: Tony Chia --- docs/getting-started/getting-started.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/getting-started/getting-started.md b/docs/getting-started/getting-started.md index d039848..b89d593 100644 --- a/docs/getting-started/getting-started.md +++ b/docs/getting-started/getting-started.md @@ -171,9 +171,5 @@ 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. ``` - -then please make sure to add some credits 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) - +then please make sure to add some credits to your OpenAI account. --- From 2d5185ddda9575acbb141ea4a2370ad2751e9332 Mon Sep 17 00:00:00 2001 From: Tony Chia Date: Thu, 19 Sep 2024 04:52:28 -0700 Subject: [PATCH 6/7] capitalized then Signed-off-by: Tony Chia --- docs/getting-started/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/getting-started.md b/docs/getting-started/getting-started.md index b89d593..d85c1ee 100644 --- a/docs/getting-started/getting-started.md +++ b/docs/getting-started/getting-started.md @@ -171,5 +171,5 @@ 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. ``` -then please make sure to add some credits to your OpenAI account. +Then please make sure to add some credits to your OpenAI account. --- From dcff7c1f0edeb3d33bf0e694ef4fb4a0ea4cb9bb Mon Sep 17 00:00:00 2001 From: Anais Urlichs <33576047+AnaisUrlichs@users.noreply.github.com> Date: Mon, 17 Mar 2025 18:50:53 +0000 Subject: [PATCH 7/7] Update getting-started.md Signed-off-by: Anais Urlichs <33576047+AnaisUrlichs@users.noreply.github.com> --- docs/getting-started/getting-started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started/getting-started.md b/docs/getting-started/getting-started.md index d85c1ee..d884095 100644 --- a/docs/getting-started/getting-started.md +++ b/docs/getting-started/getting-started.md @@ -165,11 +165,11 @@ Congratulations! you have successfully created a local kubernetes cluster, deplo --- **NOTE** -If you see the following error message, +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. ``` -Then please make sure to add some credits to your OpenAI account. +Please make sure to add some credits to your OpenAI account. ---