数据库以及redis 配置信息

This commit is contained in:
wangxiangshun
2025-10-03 15:07:04 +08:00
parent 990cdd2203
commit 6ab8d3d252
2 changed files with 8 additions and 5 deletions

View File

@@ -7,6 +7,9 @@ import java.io.IOException;
import java.util.HashMap;
import java.util.Map;
/**
* 语音转换文本
*/
public class WhisperClient {
private static final String API_URL = "https://api.openai.com/v1/audio/transcriptions";
private static final String MODEL = "whisper-1";