mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-11 12:07:42 +00:00
(improvement)(headless)Adapt s2_exemplar file to new version of prompting strategy.
This commit is contained in:
@@ -28,7 +28,7 @@ import java.util.List;
|
||||
@Order(0)
|
||||
public class ExemplarServiceImpl implements ExemplarService, CommandLineRunner {
|
||||
|
||||
private static final String SYS_EXEMPLAR_FILE = "s2ql_exemplar.json";
|
||||
private static final String SYS_EXEMPLAR_FILE = "s2-exemplar.json";
|
||||
|
||||
private TypeReference<List<SqlExemplar>> valueTypeRef = new TypeReference<List<SqlExemplar>>() {
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user