PatWie / polyglot_ls

An LLM-based LS implementation that makes use of tree-sitter context to perform code actions
Apache License 2.0
3 stars 0 forks source link

Add more LLM endpoints #5

Open PatWie opened 2 months ago

PatWie commented 2 months ago

I want at least support:

PatWie commented 2 months ago

https://github.com/PatWie/polyglot_ls/commit/f10a11a64de096cefd4d4528f5ce536cf88247ec adds support for a Mock. I am not gonna fight async trait implementations and simply use an enum instead.