branch: elpa/gptel
commit 94b942f46d9795cd3121e4dc7ccb1dc266f0d490
Author: Christian Tietze <[email protected]>
Commit: GitHub <[email protected]>
README: Fix typo in gptel-api-key-from-auth-source (#717)
---
README.org | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.org b/README.org
index c34fadd532..25e9d863e9 100644
--- a/README.org
+++ b/README.org
@@ -199,7 +199,7 @@ Procure an
[[https://platform.openai.com/account/api-keys][OpenAI API key]].
Optional: Set =gptel-api-key= to the key. Alternatively, you may choose a more
secure method such as:
- Setting it to a custom function that returns the key.
-- Leaving it set to the default =gptel-apikey-from-auth-source= function which
reads keys from =~/.authinfo=.
+- Leaving it set to the default =gptel-api-key-from-auth-source= function
which reads keys from =~/.authinfo=.
*** Configuring other LLM backends
ChatGPT is the default LLM backend for gptel, if you want to use other LLM
backends (like Claude/Anthropic) you need to register and configure them first.