- Slogan:出口,AI 成章。
- 介绍:录制语音转文字,借助 chatGPT 将口语提炼为书面用语。|Audiopen 平替。
- Introduction: Record your voice and refine it into language ChatGPT understands.
如果你使用OpenAI 请注意:
- 确保网络能正常访问 https://api.openai.com 域名
- 确保 API 帐户有足够余额:https://platform.openai.com/account/usage
如果你在国内不能访问 OpenAI,可以使用API2D。
API2D 特点:
- 在国内可以正常访问,
- 功能和 OpenAI 完全一致
- 使用时只是密钥和API 网址不同
- 价格约为 OpenAI 官方 1.5 倍
详细内容,参见:API2D
点击下面链接下载快捷指令,支持 iPhone、iPad、Mac。
https://www.xiaohongshu.com/explore/64c5fe51000000000b02ae87
V0.0.6
- 增加导入时的问题
- 增加视频教程
V0.0.5
- 根据密钥格式选择域名
- 进一步优化提示词,避免转写内容太生硬
- 增加 GPT-4 支持
- 调试版本增加文字和语音两种输入方式
- 增加报错跳转链接
V0.0.4
- 首次导入快捷指令会提示填写 API-key
- 调试版快捷指令增加转写内容评价
- 确定语音识别录制上限为 90秒,超出时长,快捷指令后自动弹出。且使用快捷指令时手机屏幕不能熄灭
- 修改提示语
- 未检测到内容时,不新建备忘录
- 增加 OpenAI 第三方 API 服务
- 更新 promote,保证内容为中文输入
- 保证储存内容稳定性:即使chatGPT 联网失败也能保存愿语音内容
- 完成最小功能,识别并保存语音
- 如何安全使用API key(英文):https://help.openai.com/en/articles/5112595-best-practices-for-api-key-safety
- API keys: https://platform.openai.com/account/api-keys
- API 用量: https://platform.openai.com/account/usage
- API 价格: https://openai.com/pricing
- ChatGPT API 常见问题: https://help.openai.com/en/articles/7039783-chatgpt-api-faq
将快捷指令中的文本中【请在此替换自己的 OpenAI 的 API】内容删除,并替换为自己的API。
{"error":{"param":null,"message":"The model `gpt-4` does not exist or you do not have access to it. Learn more:
https:\/\/help.openai.com\/en\/articles\/7102672-how-can-i-access-gpt-4.","code":"model_not_found","type":"invalid_request_error"}}
如果是免费注册的 OpenAI 账号中的 API-Key 暂不支持GPT-4
编辑快捷指令,将列表中的gpt-3.5-turbo移动到列表第一项
- 灵感来自: AudioPen https://audiopen.ai/#! 🔄 ❓
- 技术启发: https://github.com/Yue-Yang/ChatGPT-Siri 🔄 ❓