yGuy / chatgpt-mattermost-bot

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

Please tell me whether this docker containers can be delployed in another machines? #51

Closed delphi1000 closed 10 months ago

delphi1000 commented 1 year ago

Hi talents,

I want to deploy this chatgpt bot to another machine, Could you please tell me how to implement the feature? And I want to seperate this bot from mattermost server.

Thanks.

JoKneeMo commented 10 months ago

There is nothing preventing you from doing this already. There aren't any volumes attached to the container. You can just deploy it on another machine the same way you've already done.

If you mean that you want to use it without a Mattermost server, then you should reference the OpenAI API as this project is specifically for interfacing with a Mattermost server.