README: Add FAQ entry for OpenAI quota error (#93)
This commit is contained in:
parent
95925f3571
commit
6a385ffc2f
1 changed files with 12 additions and 0 deletions
12
README.org
12
README.org
|
@ -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?
|
||||||
|
|
Loading…
Add table
Reference in a new issue