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

面向多轮对话调优 #3

Closed
bestony opened this issue Feb 10, 2023 · 3 comments
Closed

面向多轮对话调优 #3

bestony opened this issue Feb 10, 2023 · 3 comments

Comments

@bestony
Copy link
Owner

bestony commented Feb 10, 2023

面向多轮对话调优。

具体实现思路:

  1. 将每次用户发的问题记录下来;
  2. 拼接成新的对话,并发给 OpenAI。
  3. 如果新的对话长度超出限制,则去除前面的对话问题。
@bestony
Copy link
Owner Author

bestony commented Feb 10, 2023

@bestony
Copy link
Owner Author

bestony commented Feb 11, 2023

#16 by @lml1108
#17 by @Iambihua

work for this

@bestony
Copy link
Owner Author

bestony commented Feb 16, 2023

已经在 #30 实现

@bestony bestony closed this as completed Feb 16, 2023
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

1 participant