You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 18, 2025. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: