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
Because of this, there are proxy workers people have made to get their locally hosted APIs to work with Cursor, like this project for Ollama. It works by passing all API calls through an ngrok instance, and supplying that instance's URL in Cursor.
Early on during my development of the API, I made my own proxy worker too for the purpose of connecting this API through Cursor (to test out) and it works perfectly, though I don't use Cursor and didn't figure there was a need to use it with this IDE in particular.
Screen.Recording.2024-12-15.at.4.49.50.PM.mp4
Looking back, I can look into integrating a compatibility mode for Cursor in the base API, such that you run it with a flag --cursor_compatibility [NGROK_TOKEN_HERE]
Hi,
Firstly, great work with this project, looks very cool!
Is there a way to integrate this with GitHub Copilot in VS Code? Or other IDEs like Cursor and Windsurf?
Thanks!
The text was updated successfully, but these errors were encountered: