Tibor Schmidt

Results 70 comments of Tibor Schmidt

@teto Matthieu, thanks for the review. What are you using without model and sys prompt? Could you provide me with the config you got discarded? > because I dont use...

@1orZero if you set secret in the openai provider, it populates openai_api_key automatically, so you don't have to

@1orZero could you send me relevant config snippet?

@1orZero I see two things, it seems you're setting `provider` instead of `providers` so the conf doesn't merge properly ``` provider = { azure = api_config.azure, openai = api_config.onechat, },...

@gonzaloserrano starting with a clean config, where only openai is active, you can switch between agents via `:GpAgent +Tab` (or `:GpNextAgent` which is suitable for shortcuts). Depending on which window...

Hey, could you try running curl to check how it behaves by itself? ```bash curl https://api.openai.com/v1/chat/completions \ -H "Content-Type: application/json" \ -H "Authorization: Bearer $OPENAI_API_KEY" \ -d '{ "model": "gpt-3.5-turbo",...

Sorry for late response, I've been away for few weeks. GpPopup already uses markdown filetype https://github.com/Robitx/gp.nvim/blob/d660d9be8d871027c5135c961e33cebb72745227/lua/gp/init.lua#L2713 ![screenshot_2024-02-27_21-59-56_429057316](https://github.com/Robitx/gp.nvim/assets/8431097/6a48a2d7-37bb-4d07-a911-8ccacdf2ed63) Can you describe the behavior you see in more detail?

- [ ] [vim.ui.select](https://github.com/chunleng/vimfiles/blob/19330cfaa88b5be820c49c47cc666c9821cd58cf/vimrc_files/lua/config/ai.lua#L4) - [ ] [gpt from copilot-proxy](https://github.com/shebpamm/dots-nix/blob/main/config/nvim/lua/plugins/gp.lua) - [ ] work with [registers](https://neovim.io/doc/user/change.html#copy-move) in templates?

https://github.com/jkitching/awesome-vim-llm-plugins

https://github.com/kdheepak/panvimdoc