mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-24 16:05:08 +08:00
【代码评审】AI:写作部分的建议
This commit is contained in:
@ -32,7 +32,7 @@ public enum AiWriteTypeEnum implements IntArrayValuable {
|
||||
/**
|
||||
* 模版
|
||||
*/
|
||||
private final String template;
|
||||
private final String prompt;
|
||||
|
||||
public static final int[] ARRAYS = Arrays.stream(values()).mapToInt(AiWriteTypeEnum::getType).toArray();
|
||||
|
||||
|
Reference in New Issue
Block a user