karthink / gptel

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

gptel-extensions.el #65

Closed kamushadenes closed 1 year ago

kamushadenes commented 1 year ago

Hey there!

Just to drop this here in case anyone is interested.

I wanted to ask questions about my documents and decided to create this small helper to facilitate things.

https://github.com/kamushadenes/gptel-extensions.el

I'll add new stuff as I come across ideas.

Thanks for this amazing project!

karthink commented 1 year ago

This is great, thanks for putting this together!

Some notes:

As for sending whole documents, don't you run into the token limit easily?

kamushadenes commented 1 year ago

Thanks! I'll take that into consideration.

For the documents I'm handling currently (blog posts), it's working great. Handling more complex stuff like embeddings is too much for my Elisp-fu, but I might eventually interface with my AI project Chloe.

karthink commented 1 year ago

Added to the README under "Extensions using GPTel"