karthink / gptel

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

Kagi query produces no output #218

Closed ezaquarii closed 4 months ago

ezaquarii commented 4 months ago

I tried to query Kagi summarizer and fastgpt models. When sending a request, it says "Querying kagi..." and inserts an empty reply below the cursor.

I'm not sure how to debug it. I called (setq gptel--debug t) but I didn't get any error message.

ezaquarii commented 4 months ago

It was a service payment problem.

karthink commented 4 months ago

I'm not sure how to debug it. I called (setq gptel--debug t) but I didn't get any error message.

For future reference, logging is handled by the variable gptel-log-level. To generate a log of all requests, you can use

(setq gptel-log-level 'debug) ;or 'info

Requests and responses are logged to the gptel-log buffer.