karthink

Results 854 comments of karthink

Looks like an encoding issue. 1. Update gptel 2. From the dry-run inspection buffer, run the "Copy Curl" command, bound to `C-c C-w` 3. Run the Curl command in the...

1. You can check the Oauth flow used in `gptel-gh.el` (which adds support for Github Copilot). You'll need something similar for OpenAI. 2. I would check if using your ChatGPT...

Thanks for the PR! This is incorrect, a new window is not created -- by default, gptel will open a new buffer according to your `display-buffer-alist` settings. I also think...

@jasalt Are you still interested in this PR?

``` json { "contents": [ { "role": "user", "parts": [ { "text": "Get details of job" } ] }, { "role": "model", "parts": { "text": "ID 44162329" } } ],...

> My request to the LLM was "Get details of job ID 44162329". Can you reliably reproduce this error? I haven't been able to reproduce it at all.

The problem is not the MCP server or the tool -- it's the prompt being used. Can you try it in a new buffer with the prompt you gave me...

> I restarted gptel, and this time the LLM got stuck into an infinite loop > (repeatedly calling the tool). I killed it. Did you set `gptel-use-tools` to `force` in...

> I see 7 instances of in-function `define-keymap` and 1 instance of `make-sparse-keymap`. I think that it would be beneficial to extract them as configurable keymaps. This will involve moving...

This looks good, I'll take a closer look soon. Thanks!