innightwolfsleep / text-generation-webui-telegram_bot

LLM telegram bot
MIT License
104 stars 20 forks source link

Need Help on Understanding how this works #132

Closed Maki9009 closed 1 year ago

Maki9009 commented 1 year ago

Could you guide me on how to remove the character name from each message? I’m unsure about the changes needed in the configuration or rules. Also, I’ve noticed that the bot generates a context conversation in the command line that doesn’t reflect our actual conversation and isn’t relayed to the Telegram bot. I’m finding this confusing.

I’m aiming for a realistic chat experience without any additional features like buttons. Could you advise me on the settings I need to adjust to achieve this?

Lastly, does the system function correctly when LoRas are loaded in?

innightwolfsleep commented 1 year ago

Could you guide me on how to remove the character name from each message? I’m unsure about the changes needed in the configuration or rules.

Lastly, does the system function correctly when LoRas are loaded in?

innightwolfsleep commented 1 year ago

I’m aiming for a realistic chat experience without any additional features like buttons. Could you advise me on the settings I need to adjust to achieve this?

This looks like something you want... Chat. Buttons hidden. Conversation like with human. But "Bot:" still shown Also, curently there is no way to switch off prefixes (++, +, -- e.t.c.)

image configs.zip

innightwolfsleep commented 1 year ago

upd. Correct telegram_config file, previous is for llm_telegram_bot repo. Repos similiar, but have little differencies. telegram_config.zip

Maki9009 commented 1 year ago

i updated my Config to make it similar to what you sent here but it still has the buttons. and still for some reason once i text the a.i it generates a context.. and some of the replies are empty like on the CMD it would write, generation error: custom_token_bans.. and on telegram the bot just writes the "characters name : " its empty ?

innightwolfsleep commented 1 year ago

Change in telegram_user_rules.json all true to flase excepr last line (except message). If this wont help - idk how to help.

generation error: custom_token_bans - interaction problem between textgenerator and code. Perhaps, this using api generator type can fix this problem. p.s. seems splved #138 by clean instal