karthink / gptel

A simple LLM client for Emacs
GNU General Public License v3.0
1.14k stars 119 forks source link

Add gptel-api-key-from-auth-source (Fix #13) #18

Closed minad closed 1 year ago

minad commented 1 year ago

In order to use this your authinfo.gpg file should contain an entry like this:

machine openai.com login apikey password <key>
karthink commented 1 year ago

Thanks, I'll get to this soon!