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

Is it possible to make this available entirely local #48

Open
0PandaDEV opened this issue Mar 18, 2024 · 1 comment
Open

Is it possible to make this available entirely local #48

0PandaDEV opened this issue Mar 18, 2024 · 1 comment

Comments

@0PandaDEV
Copy link

By this I mean is it possible to just copy these extensions functions like accessing your codebase and use it not with a cursor API key or an OpenAI API key but with a locally hosted LLM, for example dolphin-mixtral hosted with Ollama

@unixzii
Copy link
Member

unixzii commented Mar 19, 2024

Is there any local services available for code generation? AFAIK, LLM itself is not sufficient for this function. We have to add something like embedding, code indexing, etc. Cursor provided an out-of-box capability for us to crating this extension.

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