branch: elpa/gptel commit 46b7fd6eec55c04be48e2158d53b8fc1430116d0 Author: Ikko Eltociear Ashimine <eltoci...@gmail.com> Commit: GitHub <nore...@github.com>
gptel-openai: Fix typo (#535) --- gptel-openai.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gptel-openai.el b/gptel-openai.el index 66a8461449..7360840b6c 100644 --- a/gptel-openai.el +++ b/gptel-openai.el @@ -317,7 +317,7 @@ ENDPOINT (optional) is the API endpoint for completions, defaults to \"/v1/chat/completions\". HEADER (optional) is for additional headers to send with each -request. It should be an alist or a function that retuns an +request. It should be an alist or a function that returns an alist, like: ((\"Content-Type\" . \"application/json\"))