Abin Simon

Results 250 comments of Abin Simon

@jcs090218 you might wanna look into this.

As of now, the project depends on an older version of tree-sitter (`0.19.3`). You will need that specific (probably a few earlier ones might also work) version to have it...

There is an open PR for this at https://github.com/emacs-tree-sitter/tree-sitter-langs/pull/99

https://github.com/Azure/azure-sdk-for-go/pull/23577 seems to have added support for hierarchical partition keys. Is there anything else missing for hierarchical partition keys? Just checking to ensure that hierarchical partition keys are usable.

GitHub models is different. It is a separate model inference API provided by GH and is not related to the Copilot subscription. Also, it does not provide access to Sonnet...

> I use LLMs sparingly and maybe that would be enough for my usage. If you only use it sparingly and don't care about sonnet, GitHub models in https://github.com/ahyatt/llm/pull/113 should...

FYI, gptel now does support copilot. Ref: https://github.com/karthink/gptel/blob/master/gptel-gh.el

Wondering if it would be enough to get consent from the original authors of the file as well as the project maintainers to make this part of llm under a...

We can avoid the toolchain bump to 1.24 from 1.21 if we just update the patch version of tools. ```diff diff --git a/go.mod b/go.mod index 40303bd122..0c2875cbe9 100644 --- a/go.mod +++...

A better way to manage long chats might be to warn users when we are reaching the end of the context window and allowing them to call something to compact...