aicommits
aicommits copied to clipboard
Add support for custom OpenAI URL
Allows to run local OpenAI-compatible server. Since these local instances most likely lack proper certificates, allow using non-HTTPS endpoints as well.
It's quite strange how variables carry varying connotations.
config.openai_url
config.OPENAI_KEY
And etc.
Why not to keep everything in uppercase?
@toropanov thanks, I updated to use uppercase version for both.
I've created a new project with your options based on aicommits. If you're interested, please check it out. https://github.com/tak-bro/aicommit2
👍🏻 I also plan to do this, it is very useful.
Anything blocking this PR? I'd like to attach aicommits to LM Studio so I can keep everything local to my machine 🤞