hamed

Results 44 comments of hamed

Just added #11 in case we don't want too much to be bound to ngrok. This might be a separate issue/PR to migrate from ngrok, but at least to mention...

Hey, sorry to hear that, what's your Cursor version and which model you use? Also do you see anything in the logs?

Hi, Sorry to hear that you are still having issues. There is a docker version, I can send you the link to the branch in a bit (on mobile right...

I noticed it works fine if it's called from a component in ``. The issue is that I want to show the Toolbar outside of the Editor Content. Right now...

Thanks @ancs21 , tried a similar approach but it's not ideal. Are you creating a state for each of the relevant props? ```ts setCharsCount(editor.storage.characterCount.words()) ```

I had the same issue. More interesting is that in the local environment it works just fine: Localhost: but in production: Tried your solution and it works great!

Hi, thanks for the kind words and exploring the project. The provider and model is decided at [`[...openai]/route.ts`](https://github.com/HamedMP/CursorLens/blob/main/src/app/%5B...openai%5D/route.ts) file and exactly at [this line](https://github.com/HamedMP/CursorLens/blob/6577121583bae3c0349a2958d81cdbcefec79f89/src/app/%5B...openai%5D/route.ts#L56C6-L56C33) ```ts case "ollama": return ollama("llama3.1"); ```...

yeah this is very weird @khill-fbmc not sure if it's related but have you setup a correct openai api key when overriding the url?

@shankscoder you `ngrok` because Cursor needs a `https` url for OAI base URL.