gptel set-up fun, games and chatbots
I have heard wonderful things about gptel - the Emacs package that gives an interface to various LLMs. I will admit however I really struggled to get this working using my OpenAI API key with the Docs in their GitHub. Below is a quick guide for anyone else that got stuck - running a Linux machine. First things, get gptel installed - add the below to your config: (use-package gptel :ensure t) (setq gptel-api-key (getenv "OPENAI_API_KEY")) You will notice here we have to specify out OpenAI API key....