This commit is contained in:
jack ning
2025-09-25 21:09:26 +08:00
parent b5cf424209
commit c1c9d086f5
13 changed files with 15 additions and 15 deletions

View File

@@ -2,7 +2,7 @@
* @Author: jackning 270580156@qq.com
* @Date: 2025-01-27 10:00:00
* @LastEditors: jackning 270580156@qq.com
* @LastEditTime: 2025-09-16 10:50:25
* @LastEditTime: 2025-09-25 20:44:58
* @Description: bytedesk.com https://github.com/Bytedesk/bytedesk
* Please be aware of the BSL license restrictions before installing Bytedesk IM
* selling, reselling, or hosting Bytedesk IM as a service is a breach of the terms and automatically terminates your rights under the license.
@@ -18,9 +18,9 @@ import static org.junit.jupiter.api.Assertions.*;
import org.junit.jupiter.api.Test;
import org.springframework.mock.env.MockEnvironment;
import com.bytedesk.core.base.LlmProviderConfigDefault;
import com.bytedesk.core.llm.LlmConfigUtils;
import com.bytedesk.core.llm.LlmDefaults;
import com.bytedesk.core.llm.LlmProviderConfigDefault;
class LlmConfigUtilsTest {