Open gsuuon opened 1 year ago
An example of how to use this plugin with an Ollama server would be great. It looks like this plugin could work with it pretty easily, so I'm going to star this repository and come back to it when I've got some time to fiddle with it.
Some minor points which could help someone like me reading through the README:
on_message
handler does (eg: https://github.com/gsuuon/model.nvim/blob/25d5a317b6bc03e4d3644bf3149e0310cef8b8cc/lua/model/providers/openai.lua#L75) and there wasn't any information about it in the README!Overall the plugin is really amazing, and I'd love to see (or maybe even contribute) to various other usecases it may provide!
Thanks for the detailed feedback! I'll reference this when I take another pass at the readme. I've also been thinking of adding a tutorial style section that walks through building your own prompts, which would address one of your points. Also, contributions are definitely welcome (maybe a Groq provider?)
Thanks for the detailed feedback! I'll reference this when I take another pass at the readme. I've also been thinking of adding a tutorial style section that walks through building your own prompts, which would address one of your points. Also, contributions are definitely welcome (maybe a Groq provider?)
Yes! I'll try to make a PR for a simple Groq chat template as well; will try to make it simple to understand and possibly will include some info in the README.