mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-04-29 12:34:28 +08:00
Co-authored-by: lxwcodemonkey
This commit is contained in:
@@ -13,11 +13,13 @@ import org.junit.jupiter.api.Assertions;
|
||||
import org.junit.jupiter.api.Disabled;
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.test.context.TestPropertySource;
|
||||
|
||||
import java.sql.SQLException;
|
||||
import java.util.Map;
|
||||
|
||||
@Disabled
|
||||
@TestPropertySource(properties = {"s2.model.building.exemplars.enabled = false"})
|
||||
public class ModelIntelligentBuildTest extends BaseTest {
|
||||
|
||||
private LLMConfigUtils.LLMType llmType = LLMConfigUtils.LLMType.OLLAMA_LLAMA3;
|
||||
@@ -57,7 +59,6 @@ public class ModelIntelligentBuildTest extends BaseTest {
|
||||
stayTimeModelSchema.getFieldByName("stay_hours").getAgg());
|
||||
}
|
||||
|
||||
|
||||
@Test
|
||||
public void testBuildModelBySql() throws SQLException {
|
||||
ChatModelConfig llmConfig = LLMConfigUtils.getLLMConfig(llmType);
|
||||
|
||||
Reference in New Issue
Block a user