karthink / gptel

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

[enhancement] Provide information about the different models #315

Open benthamite opened 1 month ago

benthamite commented 1 month ago

In my personal config I have some extensions for gptel, including a function and associated variable that displays information about the available models:

image

You can find it here. Would you be interested in a pull request? (I would adapt some of the descriptions to make them less subjective and personal.)

karthink commented 1 month ago

Wow this looks great! Please give me a few days to take a look at your code, it's been a rough week. This ties in with some refactoring of the backend definitions I've been meaning to do that should make attaching metadata to the models easier.