Tibor Schmidt

Results 70 comments of Tibor Schmidt

https://github.com/Mozilla-Ocho/llamafile https://github.com/deepseek-ai/DeepSeek-Coder

@johnallen3d Hey, this seems weird, I've just tried lmstudio (on linux) against the main branch by just changing `openai_api_endpoint = "http://localhost:1234/v1/chat/completions",` and it works fine. If the chat `# topic`...

@skyroor @milseg sorry for keeping Windows a second class citizen. I've finally got around to installing Windows instance in VM and manged to get nvim working in it. The freezing...

@EvanDaley OpenAI recently switched to prepaid billing https://help.openai.com/en/articles/8264644-what-is-prepaid-billing If this is the case, after you buy some credits, the original API key may still not work immediately (you could speed...

And concerning the logs, there is `:GpInspectPlugin` command which responds with the state of the plugin including most recent `_queries`.

In case someone hits the same issue, the latest version supports sensitive logging ``` -- log file location log_file = vim.fn.stdpath("log"):gsub("/$", "") .. "/gp.nvim.log", -- write sensitive data to log...

This and lots of other fixes/improvements is slowly being cooked in GpDo branch ![image](https://github.com/user-attachments/assets/8421d522-0576-44fc-8092-f258ec30f05e) https://github.com/Robitx/gp.nvim/compare/main...GpDo

@rafpaf Hey, good question. I guess the documentation still needs more refinement. 🙂 To switch between the agents, you can use `:GpNextAgent` or `:GpAgent XY` while the current buffer is...

@cserb Hey, so the following ain't working? [![asciicast](https://asciinema.org/a/2nr5HwOMbQuKuqIDjPJmNTds8.svg)](https://asciinema.org/a/2nr5HwOMbQuKuqIDjPJmNTds8) Or if you really want to disable the 3.5 permanently - putting the suggested section into config: ```lua agents = { --...