Jack Barnes

Results 8 comments of Jack Barnes

> For me adding the groq provider works. Example : > > ``` > return { > "robitx/gp.nvim", > dependencies = { "folke/which-key.nvim" }, > config = function() > local...

The error msg is .html format which is hard to read, so i ignored it before. After having read the msg, I find the reason is that my api is...

# Why have I been blocked? This website is using a security service to protect itself from online attacks. The action you just performed triggered the security solu tion. There...

And it told me that `Please enable cookies`.

```lua { "robitx/gp.nvim", config = function() local conf = { providers = { groq = { disable = false, endpoint = "https://api.groq.com/openai/v1/chat/completions", secret = os.getenv("GROQ_API_KEY"), }, openai = { disable...

Plugin structure: { BufTarget = { current = 0, popup = 1, split = 2, tabnew = 4, vsplit = 3 }, Prompt = , Target = { append =...

![image](https://github.com/user-attachments/assets/b2d988a3-1067-41cb-955e-c439061cb659)

Thanks for your analysis. I've turned to DeepSeek for alternative, which is in mainland China, and supports Chinese well. An amazing plugin, 👍