karthink
karthink
> i thought the above means. character 359 up to and included character 2720 is an assistant message? and character 2721 up to and included character 3388 too? This wrong?...
There is an open PR to allow disabling the system message, see #339.
Support for `o1-preview` and `o1-mini` has been added. Please test and let me know if it works as expected.
Closing as this is implemented. If you encounter a bug with using `o1-preview` or `o1-mini`, please reopen this thread.
> I want to quickly add/remove current file into gptel's context, so I think it would be more convinient for us to use only a single key to add/remove current...
This has come up before, see #394. Fetching it easy enough, the question is _when_ it should be done. We don't want gptel to be making network request at the...
> as I am sure you understand, we have to modify the :models every time a model is added or removed. Do you add and remove models from Ollama often...
In the branch `feature-ollama-auto-update`, I've added a function to fetch and merge the available Ollama models into the list of the active backend, assuming the Ollama backend is the active...
> Other backends inherit from this, making it hard to cleanly override They don't. I think you're misunderstanding how struct inheritance works in elisp. > Provide a clean way to...
Just checking: Are you on the latest gptel commit?