Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple account support #15

Open
VectorZhao opened this issue Feb 21, 2023 · 2 comments
Open

Multiple account support #15

VectorZhao opened this issue Feb 21, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@VectorZhao
Copy link

VectorZhao commented Feb 21, 2023

Very interesting work. Can the following functions be realized:

You can log in to multiple different OpenAI accounts. When the robot starts to generate new conversations, we will choose one of the accounts you log in to to chat with users using ChatGPT.

A conversation will be bound to an ID, so you don't have to worry about losing the context.

This can reduce the probability of chat frequency restrictions.

You can refer here: https://github.com/lss233/chatgpt-mirai-qq-bot

@RainEggplant
Copy link
Owner

I plan to use Redis Server to store user IDs and conversation IDs so that each user/group has its independent conversation. While implementing this, I may also work on the account pool feature. However, I am currently busy with my paper, so updates may take time. Thanks for understanding.

@RainEggplant RainEggplant added the enhancement New feature or request label Feb 21, 2023
@VectorZhao
Copy link
Author

I plan to use Redis Server to store user IDs and conversation IDs so that each user/group has its independent conversation. While implementing this, I may also work on the account pool feature. However, I am currently busy with my paper, so updates may take time. Thanks for understanding.

It's expected. Thanks for your efforts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants