mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-11 12:07:42 +00:00
[improvement][fix]Fix codestyle
This commit is contained in:
@@ -19,7 +19,8 @@ public class LLMReq {
|
||||
|
||||
private String priorExts;
|
||||
|
||||
// FIXME: Currently Java code is not use AUTO_COT, only two step, but it is used in Python code, we use it here just for compatibility. The Java code will be updated in the future.
|
||||
// FIXME: Currently Java code is not use AUTO_COT, only two step, but it is used in Python
|
||||
// code, we use it here just for compatibility. The Java code will be updated in the future.
|
||||
private SqlGenerationMode sqlGenerationMode = SqlGenerationMode.TWO_STEP_AUTO_COT;
|
||||
|
||||
@Data
|
||||
|
||||
Reference in New Issue
Block a user