poe-api icon indicating copy to clipboard operation
poe-api copied to clipboard

Multiple conversation threads

Open tw9mini opened this issue 2 years ago • 5 comments

I'm trying to wrap my head about this. Basically, I'd like to have multiple independent conversations without chat breaks with one bot. It's probably not possible, I would need multiple tokens to do so, right?

tw9mini avatar Apr 10 '23 12:04 tw9mini

Theoretically, this has become possible recently with the addition of custom bots. It should be possible to create a new bot for each conversation, and just delete it once the conversation is over. Currently though, I'm on vacation so I have no way to work on this.

ading2210 avatar Apr 10 '23 13:04 ading2210

That's a brilliant idea, however, enjoy your vacation for now, thanks :)

tw9mini avatar Apr 10 '23 13:04 tw9mini

Is the rate limit shared between different bots? Creating 10 bots but only chatting to each once a minute is sad. I'm currently using multiple tokens with threading, seems good

xoiga123 avatar Apr 10 '23 14:04 xoiga123

Is the rate limit shared between different bots? Creating 10 bots but only chatting to each once a minute is sad. I'm currently using multiple tokens with threading, seems good

I made some tests on my side, and for the "free" bots, there is a limitation of messages per minutes and which is fixed at 10 messages per minutes. Unfortunately, this limit is common with all bots (even custom bots) Results of my tests

Yarkis01 avatar Apr 10 '23 21:04 Yarkis01

Yeah probably shouldn't abuse it before we get better local models going. I made a script to have them bounce messages from one bot to another, and have a conversation. Was trying to get it so that I could have three in the same conversation but I had trouble as it would send the response from the second bot to both itself and the third and things like that. But it's good for getting them to keep each other on task and discussing a topic.

maxcurrent420 avatar Apr 14 '23 20:04 maxcurrent420

This has been possible for a while with the custom bot functionality.

ading2210 avatar May 31 '23 05:05 ading2210