We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
这是https://web.aicode.cc/ 使用语音时的报错。
The text was updated successfully, but these errors were encountered:
桌面端(Win)已修复语音输入问题(develop 分支),但是 Web 端语音输入功能遇到了一些技术问题暂时无法解决,原因是 component/chat/voice_record.dart 中,生成的录音文件是 blob:http://localhost:22845/xxxxxx 格式的文件,但是调用 OpenAI 兼容的接口时,转换为 MultipartFile 格式时遇到了以下错误
component/chat/voice_record.dart
blob:http://localhost:22845/xxxxxx
MultipartFile
⛔ Unsupported operation: MultipartFile is only supported where dart:io is available.
期待有大牛来贡献该问题的解决思路。
Sorry, something went wrong.
No branches or pull requests
这是https://web.aicode.cc/ 使用语音时的报错。
The text was updated successfully, but these errors were encountered: