gsuuon / model.nvim

Neovim plugin for interacting with LLM's and building editor integrated prompts.
MIT License
293 stars 21 forks source link

Integration with github copilot #36

Open Andrej-Marsic opened 7 months ago

Andrej-Marsic commented 7 months ago

Hi there!

I like the abstraction of this plugin. Is there any way to make it work with github copilot?

gsuuon commented 7 months ago

Hi! I couldn't find a public API for Github copilot, is there one?

Myzel394 commented 6 months ago

You may find something in https://github.com/zbirenbaum/copilot.lua @gsuuon

gsuuon commented 6 months ago

@Myzel394 thanks for the tip, I'll check it out