赞
踩
使用openai的开源项目winsper语音识别开源模型封装成openai chatgpt兼容接口
使用uvicorn、fastapi、openai-whisper等开源库实现高性能接口
更多介绍 https://blog.csdn.net/weixin_40986713/article/details/138712293
pip install -r requirements.txt
python main.py
这里的 http://0.0.0.0:3003
就是连接地址。
import atexit
import json
import os
import tempfile
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。