Custom Pilot is a Visual Studio Code extension framework that lets you easily integrate your custom code completion model into VS Code. Getting startedYou can use any API server following OpenAI's API format. In particular, the API server should serve the endpoints:
You can set your configuration in the Sidebar panel of the extension:
The model you selected will be used to provide completions in any programming language and on any file. Use Custom Pilot with LM StudioWith LM Studio, you can run LLMs offline on your machine. You can use Custom Pilot to integrate your LLM model running in LM Studio into VS Code. Firstly, follow this guide to run a local webserver in LM Studio. Then, set the API server URL to Choose an inference model from the dropdown menu, and you are ready to use your LLM model in VS Code! |