yGuy / chatgpt-mattermost-bot

A very simple implementation of a service for a mattermost bot that uses ChatGPT in the backend.
MIT License
148 stars 49 forks source link

Compatibility with llama and/or alpaca #6

Closed pums974 closed 1 year ago

pums974 commented 1 year ago

Would it be possible?

yGuy commented 1 year ago

That would be possible, technically. Maybe I will try this. One problem is that the above LLMs come with a license that does not allow commercial use, so using an implementation other than for pure private research purposes needs to be considered, carefully.

yGuy commented 1 year ago

Hey, that was easier than I thought! I have this implemented in a separate branch and it works!

image

pums974 commented 1 year ago

Awesome ! Thanks

pums974 commented 1 year ago

I just tried it and indeed it's working perfectly fine.

thanks again