AutoGPTQ-API icon indicating copy to clipboard operation
AutoGPTQ-API copied to clipboard

How add an API if the model is already downloaded separately via text-generation-webui

Open vishagar81 opened this issue 2 years ago • 2 comments

Hello, Thanks for sharing your samples for the vsc extension and API. I have already downloaded the 'TheBloke_WizardCoder-15B-1.0-GPTQ' model via text-generation-webui. Would it possible to reference that model via the API? If you could help me in this regard then that would be deeply appreciated. image

vishagar81 avatar Sep 02 '23 16:09 vishagar81

It used to be compatible with the text generation web UI. If there are any changes in the web UI, you may have to fork the VSC extension repository and make the change there to make it compatible with the web UI API. https://github.com/mzbac/wizardCoder-vsc/blob/main/src/WizardCoderInlineCompletionItemProvider.ts#L53-L57 https://github.com/mzbac/wizardCoder-vsc/blob/main/src/chatWithWizardCoder.ts#L50-L59

mzbac avatar Sep 03 '23 11:09 mzbac

Thank you so much for your response.

vishagar81 avatar Sep 03 '23 16:09 vishagar81