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
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.
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: