Add support for other chat providers, such as Tabby #363
bendavis78
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Tabby is a Copilot alternative that supports the use of private LLMs It has API endpoints for completion and chat_completions . A vim plugin exists for completion, but not for in-editor chat.
It should be relatively simple to abstract the existing API calls to a pluggable completion "backend", and move the Copilot-specific calls into its own backend. A config setting could then be used to select the preferred completion backend.
Beta Was this translation helpful? Give feedback.
All reactions