-
Notifications
You must be signed in to change notification settings - Fork 6.1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
语音对话中,勾选了自动发送,但实际上还是要手动点击发送按钮 #4378
Comments
同样的问题 |
目前让AI简单增加了个方法 export const useSpeech = (props?: OutLinkChatAuthProps & { appId?: string }) => { const checkSilence = useCallback(() => {
}, []); const startSpeak = async (onFinish: (text: string) => void) => {
}; // ... rest of the code ... |
试了试没啥问题,停止说话后就发送了。 |
的确是说完了还需要点击发送按键的
…---原始邮件---
发件人: ***@***.***>
发送时间: 2025年4月7日(周一) 晚上9:49
收件人: ***@***.***>;
抄送: ***@***.******@***.***>;
主题: Re: [labring/FastGPT] 语音对话中,勾选了自动发送,但实际上还是要手动点击发送按钮 (Issue #4378)
试了试没啥问题,停止说话后就发送了。
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
c121914yu left a comment (labring/FastGPT#4378)
试了试没啥问题,停止说话后就发送了。
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
例行检查
你的版本
问题描述, 日志截图,配置文件等
复现步骤
预期结果
相关截图
The text was updated successfully, but these errors were encountered: