salesforce / CodeGen

CodeGen is a family of open-source model for program synthesis. Trained on TPU-v4. Competitive with OpenAI Codex.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use in Visual Studio Code.

smart2pet opened this issue · comments

Does it possible to use it in Visual Studio Code?

It’s possible, but someone has to build the extension (I haven’t seen one yet).

I’m playing with this model locally too, I might give it a go at building a VSCode extension for it.

(I packed the 350M model into a rest API Docker that runs on CPU for this purpose: https://github.com/paolorechia/open-code-gen-api)

Base on salesforce/CodeGen,I made a Visual Studio Code Extension:
https://github.com/git-cloner/codegeeker
backend:
https://github.com/git-cloner/codegen

Hi All,
Be sure to take a look at this repo as well : https://github.com/fauxpilot/fauxpilot it also has a simple vscode extension as well, also there is this project https://github.com/THUDM/CodeGeeX

Thanks.

Such a good model, but lacks the extension to use it properly. Bummer...

I hope someone actually makes a good extension for it, comparable to the Copilot one.

@Fusseldieb
I’ve never tried it, but in theory you can configure GitHub copilot to talk to fauxpilot server: https://github.com/fauxpilot/fauxpilot/blob/main/documentation/client.md#copilot-plugin

That’s probably the best way to use this model on VSCode today

Just to close the loop for anyone else searching - official Visual Studio Code plugin https://marketplace.visualstudio.com/items?itemName=salesforce.salesforcedx-einstein-gpt