(improvement)(chat) modelId similarity >=1 and change hanlpHelper FILE_SPILT to fit windows (#284)

This commit is contained in:
lexluo09
2023-10-24 16:34:04 +08:00
committed by GitHub
parent e4e39e0496
commit 9a3c71df4a
6 changed files with 101 additions and 8 deletions

View File

@@ -0,0 +1,17 @@
package com.tencent.supersonic.chat.utils;
import org.junit.jupiter.api.Test;
/**
* QueryReqBuilderTest
*/
class QueryReqBuilderTest {
@Test
void buildS2QLReq() {
}
}