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

一问双答,一次提问 得到 2 个不同的LLM大模型的回答 #2253

Open
1 task done
bingjiw opened this issue Aug 19, 2024 · 2 comments
Open
1 task done
Labels
enhancement New feature or request

Comments

@bingjiw
Copy link

bingjiw commented Aug 19, 2024

⚠️ 搜索是否存在类似issue

  • 我已经搜索过issues和disscussions,没有发现相似issue

总结

一问双答,一次提问 得到 2 个不同的大模型的回答。

因为相同的一个问题,问不同的大模型,给的回答不一样,各有欠缺。

能否同时对一个提问 调用 2个不同的LLM大模型,比如:同时调用:千问 和 GPT-4,或同时调用:Claude 和 GPT-4o,或同时调用:Deepseek 和 豆包。

然后把2个不同的答案 给用户,让用户有更全面的答案。

另一个值得增加的新功能:对语音消息,先反馈语音识别的结果(如下图红圈处),再回答问题

举例

我看到有一个 昵称叫作 【国产GPT】 的微信号,就实现了类似的功能。
它的微信号是 bingReading ,可以试试它一问双答的效果。下面是它的效果截屏与二维码:
IMG_2EA7E1A2A955-1
4439de1ed8d41bc8967f164a77c0ca3e

希望我们的这个项目也能有类似的 一问多答 的功能

除了“一问双答”以外,对语音消息,先反馈语音识别的结果(如下图红圈处),再回答问题。

这样可以避免语音识别不准确(如因为中文中的 同音字 同音词 特别多,有时用户口齿不清,普通话不标准)而导致听错问题的情况。有了反馈之后,用户可以知道自己的语音是否说的不清晰,然后再 重新说 或 打字问
IMG_B109D04DF402-1

动机

有时同样的一个问题,2个不同的LLM大模型会给出相反的矛盾的回答。

兼听则明,让用户同时得到不同的LLM模型的不同的回答,可以更好的帮助用户,避免盲目相信某一个大模型。

希望能吸取别的项目的这 2 个特性优点,来把用户体验做得更棒!!!

@6vision 6vision added enhancement New feature or request and removed status: needs check labels Aug 22, 2024
@6vision
Copy link
Collaborator

6vision commented Aug 27, 2024

项目架构暂时应该不支持,每次同时是启动一个bot类型

@zhaoxiaozhao07
Copy link

改一下代码,把在第一个bot中接收到消息,然后同时把消息传递给第二个bot,最后整合两个bot的回答?这样应该可以吧

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

3 participants