mzbac / wizardCoder-vsc

Visual Studio Code extension for WizardCoder
MIT License
145 stars 12 forks source link

Requirements? #2

Open rosmur opened 1 year ago

rosmur commented 1 year ago

Is this plug and play? Install the extension and it's ready to go? Or do we need a local llm running ?

mzbac commented 1 year ago

You need to have local LLM running and update the config api endpoint to your local endpoint

rosmur commented 1 year ago

would you be able to share some a little more detailed how to? Sorry im not very experienced in this area

mzbac commented 1 year ago

You can follow the instructions in the README of this repo(https://github.com/mzbac/AutoGPTQ-API) to host the API yourself, and then update the wizardcoder configuration in Visual Studio Code to point to your API.

dmandreev commented 1 year ago

mzbak thank you for your work! i've installed plugin from vs galler an hour ago 1) I'm able to run this with context menu "Chat with wizard coder", but cannot copy answer. is this require some configs/tunung of plugin? will try it later, have no exp with vs plugin development, but may be you also work on it 2) could you please give a hint how to run it with keyboard shortcut? I tried CTRL+SHIFT+' but nothing happen

mzbac commented 1 year ago

Hi @dmandreev, Would you please provide some details on why you can't copy the answer? Also, I forgot to add the key binding for the shortcut and now it's fixed https://github.com/mzbac/wizardCoder-vsc/commit/b3dc1ae12a83945c005443f308aa431c5d663427