1 repository
Servers that specifically emulate the GitHub Copilot API to enable local models in supported editors.
Distinct from Local API Servers: Specifically targets the emulation of the Copilot API, which is not covered by general local API servers
Explore 1 awesome GitHub repository matching artificial intelligence & ml · Copilot API Emulators. Refine with filters or upvote what's useful.
Fauxpilot is a self-hosted AI coding assistant and local inference server. It functions as a proxy and API gateway that redirects traffic from IDE plugins to a local large language model, allowing for AI-assisted programming without external cloud dependencies. The project provides a specialized API emulation layer that mimics coding assistant protocols and a standardized OpenAI-compatible interface. This enables supported code editors to use local models for completions and suggestions by overriding default proxy URLs. The system includes capabilities for downloading and deploying local mod
Replacing a paid subscription service with a self-hosted server that mimics the same API for IDE plugins.