Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/matthoffner/backseat-pilot

Bring your own copilot server and customize commands to refactor instead of autofill or tabbed completion.
https://github.com/matthoffner/backseat-pilot

copilot ggml llm starcoder vscode-extension wizardcoder

Last synced: 3 months ago
JSON representation

Bring your own copilot server and customize commands to refactor instead of autofill or tabbed completion.

Awesome Lists containing this project

README

        

# πŸ’ΊπŸ›©οΈ backseat-pilot

An open source copilot alternative without autofill or tabbed completion. Commands are based on [ai_extension_vscode](https://github.com/garland3/ai_extension_vscode).

`LLM Chat`, `LLM Refactor`, `LLM Description 2 Code`

## LLM Chat

Launches window to prompt and write

## LLM Refactor

Highlight code snippet and refactor

## LLM Description 2 Code

Highlight a prompt and write code

## Configuration

```json
"backseat-pilot.url": "https://matthoffner-wizardcoder-ggml.hf.space/v1/completions"
```

## Where do download

## https://marketplace.visualstudio.com/items?itemName=matthoffner.backseat-pilot

## Specialized coding models to try

### πŸ™ NewHope (https://huggingface.co/TheBloke/NewHope-GGML)
### πŸ§™β€β™‚οΈ wizardcoder (https://huggingface.co/spaces/matthoffner/wizardcoder-ggml)
### πŸ’« starchat beta (https://huggingface.co/spaces/matthoffner/starchat-ggml)
### πŸŽ… smol santacoder (https://huggingface.co/spaces/matthoffner/santacoder-ggml)

## Other copilot projects/extensions

### TabbyML - https://www.tabbyml.com/
### FauxPilot - https://github.com/fauxpilot/fauxpilot
### Turbopilot - https://github.com/ravenscroftj/turbopilot