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

Scaling app #65

Open DySprozin opened 8 months ago

DySprozin commented 8 months ago

Hi there! What about scaling one? I found adjustable "replics number" in the helm-chart values, so is it mean, that I can to up any number pods without conflicting?

yGuy commented 8 months ago

What benefits do you think you get from having multiple instances? Technically this works, but it has a problem: If you ever let two bots into the same chat, it can happen that they start chatting with each other and will never stop chatting until you have reached your API spending limit.