top | item 40618299

(no title)

maturz | 1 year ago

A couple of other ones

https://github.com/TabbyML/tabby

https://github.com/fauxpilot/fauxpilot

discuss

order

smarvin2|1 year ago

These are all awesome projects! After skimming them, one big difference between these and LSP-AI is that LSP-AI is a language server. That means we work out of the box with almost all popular text editors and IDEs, you don't need any plugins to get completion.

For custom use cases like chat windows and some of the things we are working on next, you will still need plugins, but making it an LSP simplifies things like synchronizing document changes and a communicating with the client.