README: Add FAQ entry for OpenAI quota error (#93)

This commit is contained in:
Karthik Chikmagalur 2024-02-03 09:40:52 -08:00
parent 95925f3571
commit 6a385ffc2f

View file

@ -66,6 +66,7 @@ GPTel uses Curl if available, but falls back to url-retrieve to work without ext
- [[#i-want-the-transient-menu-options-to-be-saved-so-i-only-need-to-set-them-once][I want the transient menu options to be saved so I only need to set them once]] - [[#i-want-the-transient-menu-options-to-be-saved-so-i-only-need-to-set-them-once][I want the transient menu options to be saved so I only need to set them once]]
- [[#i-want-to-use-gptel-in-a-way-thats-not-supported-by-gptel-send-or-the-options-menu][I want to use gptel in a way that's not supported by =gptel-send= or the options menu]] - [[#i-want-to-use-gptel-in-a-way-thats-not-supported-by-gptel-send-or-the-options-menu][I want to use gptel in a way that's not supported by =gptel-send= or the options menu]]
- [[#doom-emacs-sending-a-query-from-the-gptel-menu-fails-because-of-a-key-conflict-with-org-mode][(Doom Emacs) Sending a query from the gptel menu fails because of a key conflict with Org mode]] - [[#doom-emacs-sending-a-query-from-the-gptel-menu-fails-because-of-a-key-conflict-with-org-mode][(Doom Emacs) Sending a query from the gptel menu fails because of a key conflict with Org mode]]
- [[#chatgpt-i-get-the-error-http2-429-you-exceeded-your-current-quota][(ChatGPT) I get the error "(HTTP/2 429) You exceeded your current quota"]]
- [[#why-another-llm-client][Why another LLM client?]] - [[#why-another-llm-client][Why another LLM client?]]
- [[#additional-configuration][Additional Configuration]] - [[#additional-configuration][Additional Configuration]]
- [[#alternatives][Alternatives]] - [[#alternatives][Alternatives]]
@ -467,6 +468,17 @@ Two solutions:
(transient-suffix-put 'gptel-menu (kbd "RET") :key "<f8>") (transient-suffix-put 'gptel-menu (kbd "RET") :key "<f8>")
#+end_src #+end_src
#+html: </details>
#+html: <details><summary>
**** (ChatGPT) I get the error "(HTTP/2 429) You exceeded your current quota"
#+html:</summary>
#+begin_quote
(HTTP/2 429) You exceeded your current quota, please check your plan and billing details.
#+end_quote
Using the ChatGPT (or any OpenAI) API requires [[https://platform.openai.com/account/billing/overview][adding credit to your account]].
#+html: </details> #+html: </details>
#+html: <details><summary> #+html: <details><summary>
**** Why another LLM client? **** Why another LLM client?