karthink / gptel

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

defcustom missing type for gemini #167

Closed tvraman closed 9 months ago

tvraman commented 9 months ago

unable to set model to gemini via custom; setting gptel-backend to the return value of gptel-make-gemini still calls chatgpt

karthink commented 9 months ago

I turned gptel-backend to a user option, you should be able to use custom/setopt to set it correctly now. Please re-open the issue if it doesn't work as intended.