Jakob Maležič
Jakob Maležič
I had the same problem. Thanks for the fix.
I started developing the plugin: https://github.com/Blarc/ai-commits-intellij-plugin. The basic implementation is ready. Contributions are very welcome. :)
Hey @mrclrchtr, for sure, I'll look into it after I'm done with implementing support for different LLM providers :+1: .
Hey @lrnrzg, is this still an issue in the latest version? Thanks :pray: .
I have never used IntelliJ's built in HTTP Proxy, but as far as I understand, it should work. Based on the docs, it redirects all http traffic through that proxy,...
Can you make an API request to OpenAI with curl when your VPN is off? I do not understand what are you trying to achieve exactly.
Hey @nyaoouo, your suggestion makes a lot of sense. I will need to check how OpenAI API supports this. It would also probably make sense to preserve the old simple...
Are you using the latest version? This should've been fixed in 1.6.0. Same bug in previous issue: https://github.com/Blarc/ai-commits-intellij-plugin/issues/131.
Hey @chachako, is this still relevant? I can't reproduce. Thanks :pray: .
I am aware of this error and am planning to add a notification for whenever an error occurs. However, I am not sure if we should handle commit messages for...