opencommit icon indicating copy to clipboard operation
opencommit copied to clipboard

Integration with other AI

Open Mateusz-Krajewski opened this issue 2 years ago • 4 comments
trafficstars

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

Mateusz-Krajewski avatar Apr 29 '23 18:04 Mateusz-Krajewski

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

di-sukharev avatar May 04 '23 04:05 di-sukharev

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.

takuya-o avatar May 04 '23 19:05 takuya-o

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.

takuya-o avatar May 06 '23 19:05 takuya-o

Stale issue message

github-actions[bot] avatar Jun 15 '23 21:06 github-actions[bot]