Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
vishagar81 opened this issue Sep 2, 2023 · 2 comments

Comments

@vishagar81
Copy link

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

@mzbac
Copy link
Owner

mzbac commented Sep 3, 2023

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

@vishagar81
Copy link
Author

Thank you so much for your response.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants