mirror of
https://github.com/fauxpilot/fauxpilot.git
synced 2025-08-20 21:34:13 -07:00
Add GitLab VS Code extension
This commit is contained in:
parent
9b2bc84670
commit
43900971f2
1 changed files with 6 additions and 0 deletions
|
@ -64,3 +64,9 @@ And you should be able to use Copilot with your own locally hosted suggestions!
|
|||
Another issue with using the Copilot plugin is that its tokenizer (the component that turns text into a sequence of integers for the model) is slightly different from the one used by CodeGen, so the plugin will sometimes send a request that is longer than CodeGen can handle. You can work around this by replacing the `vocab.bpe` and `tokenizer.json` found in the Copilot extension (something like `.vscode/extensions/github.copilot-[version]/dist/`) with the ones found [here](https://github.com/moyix/fauxpilot/tree/main/copilot_proxy/cgtok/openai_format).
|
||||
|
||||
Have fun!
|
||||
|
||||
## GitLab - VS Code extentension
|
||||
|
||||
Another option is to use the [GitLab VS Code extension](https://marketplace.visualstudio.com/items?itemName=GitLab.gitlab-workflow) which has support for FauxPilot.
|
||||
|
||||
Contributions are encouraged :smile: https://gitlab.com/gitlab-org/gitlab-vscode-extension
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue