tusharhero / aitelegrambot

aitelegrambot is a telegram bot which uses Ollama as its backend.
GNU General Public License v3.0
35 stars 10 forks source link

ability to use different models on different chats #10

Open tusharhero opened 2 months ago

tusharhero commented 2 months ago

Currently, there is a global model state, which means if you change it once, it will change for all chats. This is not really ideal when you want to use different models in different chats.