karthink
karthink
I'm now doubting if the use-package block you are using is being loaded at all. Could you try the following: 1. Run `M-x eval-expression` and press return 2. Type in...
Your use-package configuration is not being loaded by Emacs. What does the function `is-mbp-p` in ` :if (is-mbp-p)` do? Does it return true on this computer?
Very strange. Your use-package block for gptel is clearly not being read, or being overriden somehow. Is gptel-backend still set to the wrong value after you manually evaluate your use-package...
Okay, that looks good. What happens when you run `M-x gptel` now?
> I ran into similar issues when trying to load using `use-package`. I'm not an expert in how loading works with that (or in elisp generally) but I found that...
@nameiwillforget ```elisp (use-package gptel :config (gptel-make-openai "desktop" ;Any name :stream t ;Stream responses :protocol "http" :host "1.0.0.8:8080" ;Llama.cpp server location :models '("test") :key nil) (setq-default gptel-backend (gptel-make-openai "testai" ;Any name...
I've made the [code in the README more explicit](https://github.com/karthink/gptel?tab=readme-ov-file#optional-set-as-the-default-gptel-backend-4) to avoid this confusion.
The response from Ollama is empty. Could you run `(setq gptel-log-level 'debug)`, try to use Ollama and paste the contents of the `*gptel-log*` buffer? Please wait until either an error...
Has Ollama ever worked for you on this machine?
Closing as there has been no response in 11 months.