Aquan1412

Results 8 comments of Aquan1412

I would also like to have such a function. I ran into a similar problem when I tried to download Heretical Edge 2, since there are some (nonessential) chapters posted...

Great, thanks for the answer and the helpful example!

Hi, yes, I forgot to mention that I'm using Manjaro Linux, so that would explain the issue. Too bad, but if it's a problem with xwidget then it's probably best...

I want to use privateGPT to generate responses based on embeddings I previously generated by "ingesting" several PDFs (in privateGPT lingo). According to the [API reference](https://docs.privategpt.dev/api-reference/api-reference/contextual-completions/chat-completion-v-1-chat-completions-post-stream), if I set `use_context...

> I am an elisp novice reading open issues to learn. > > https://github.com/karthink/gptel/blob/8ccdc31b12a1f5b050c6b70393014710f8dbc5c8/gptel-openai.el#L102-L107 > > I believe inserting: > > ```emacs-lisp > :use_context t > :include_sources t > ```...

> > Maybe I'll try and create a separate gptel-make-privateGPT based on gptel-make-openai. Now that I roughly know where to look, i shouldn't be too hard. > > You'll need...

So, after a bit of trial and error, I managed to create a first working version of `gptel-privategpt`. Here are the different definitions: 1) The `gptel-privategpt` struct: ``` (cl-defstruct (gptel-privategpt...

Sure, I just raised the PR. Let me know if there any further changes necessary.