Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/matthoffner/backseat-pilot
- Owner: matthoffner
- License: apache-2.0
- Created: 2023-05-12T05:51:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-03T15:21:57.000Z (over 1 year ago)
- Last Synced: 2024-05-05T17:34:32.525Z (6 months ago)
- Topics: copilot, ggml, llm, starcoder, vscode-extension, wizardcoder
- Language: JavaScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=matthoffner.backseat-pilot
- Size: 5.37 MB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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