README: Document breaking changes (mainly gptel-host
deprecation)
This commit is contained in:
parent
aa50cbab70
commit
6af89254b7
1 changed files with 4 additions and 1 deletions
|
@ -58,7 +58,10 @@ GPTel uses Curl if available, but falls back to url-retrieve to work without ext
|
|||
- [[#acknowledgments][Acknowledgments]]
|
||||
|
||||
** Breaking Changes
|
||||
- =gptel-api-key-from-auth-source= now searches for the API key using the value of =gptel-host=, /i.e./ "api.openai.com" instead of the original "openai.com". You need to update your =~/.authinfo=.
|
||||
|
||||
- The user option =gptel-host= is deprecated. If the defaults don't work for you, use =gptel-make-openai= (which see) to customize server settings.
|
||||
|
||||
- =gptel-api-key-from-auth-source= now searches for the API key using the host address for the active LLM backend, /i.e./ "api.openai.com" when using ChatGPT. You may need to update your =~/.authinfo=.
|
||||
|
||||
** Installation
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue