mercm8 / chat-llama-discord-bot

A Discord Bot for chatting with LLaMA, Vicuna, Alpaca, or any other LLM supported by text-generation-webui or llama.cpp.
https://discord.gg/TcRGDV754Y
MIT License
16 stars 4 forks source link

Feature Req.: multi-server main channel #4

Closed Garry-Marshall closed 1 year ago

Garry-Marshall commented 1 year ago

Feature request: Can we have it keep track of both server id and channel id in the db, so that we can set up a main channel per server.

mercm8 commented 1 year ago

Great idea!

Added now. I set up a new db table just for channel ids, so you'll need to set it again first time.

Garry-Marshall commented 1 year ago

Works like a charm. Thanks