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

Implement new method of loading previous messages #3

Open
monokaijs opened this issue Feb 12, 2023 · 1 comment
Open

Implement new method of loading previous messages #3

monokaijs opened this issue Feb 12, 2023 · 1 comment

Comments

@monokaijs
Copy link
Owner

Some problems listed after few experimentals:

  • Conversations often lead to lengthy prompt content.
  • Limitations of the conversation strictly limited and cannot handled by server-side.
  • Tokens will rapidly exhausted along with the amount of words previously sent.

Major changes in messages history will be implemented:

  • Old messages will be retrieved using API.
  • The message content will be changed and the bot will be told to read message from API instead of bare text.
  • Roleplay prompt should be editable client-side.

Well, few works to do.

@yeucodonvn
Copy link

mình cũng đang bị vướng ở phần bot đọc lại tin nhắn cũ, vì thường mình gửi nội dung dài nên phải cắt thành nhiều phần cho phù hợp, nhưng khi các request gửi lên thì các nội dung nhận lại là riêng biệt
không biết bạn đã tìm được cách xử lý trong trường hợp này chưa. cho mình xin hướng giải quyết với

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

No branches or pull requests

2 participants