opencommit
opencommit copied to clipboard
Integration with other AI
Description
Is a chance to add integration with other AI models, maybe some open source which allow to create own serwer?
Suggested Solution
llama
Alternatives
No response
Additional Context
No response
sounds great, LLAMA can run locally as a script, so would be awesome if you make a PR. I guess a file like llama.sh or stanford-alpaca.sh would work here
I tried using the Azure OpenAI Service at takuya-o/opencommit. I managed to get it to work, but I also had to modify not only opencommit but also the openAI library and even OpenAPI Generator. It seems that there is still a long way to go before I make official PR.
I tried using the Azure OpenAI Service at takuya-o/opencommit.
As a result of my analysis, I completed support for Azure OpenAI. It by calling the REST API of Azure OpenAI directly with axios without using the openai npm package. The PR is #167.
Stale issue message