| smartor/src/main/java/com/smartor/common/QwenLLMUtil.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
smartor/src/main/java/com/smartor/common/QwenLLMUtil.java
@@ -33,7 +33,8 @@ /** 百炼 API Key */ @Value("${qwen.api-key:}") private static String apiKey = "sk-712da9346f0940ff909b40dce17579b1"; // private static String apiKey = "sk-712da9346f0940ff909b40dce17579b1"; private static String apiKey = "sk-712da9346f0940ff909b40dce17579b0"; /** 模型名称 */ @Value("${qwen.model:qwen-plus}")