mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-13 10:35:07 +08:00
【增加】AI Image 常量
This commit is contained in:
@ -10,7 +10,12 @@ package cn.iocoder.yudao.module.ai;
|
||||
public class AiCommonConstants {
|
||||
|
||||
/**
|
||||
* 对话 - 默认 title
|
||||
* 绘画 request - style
|
||||
*/
|
||||
public static final String CONVERSATION_DEFAULT_TITLE = "新增对话";
|
||||
public static final String DRAW_REQ_KEY_STYLE = "style";
|
||||
/**
|
||||
* dall size - 模板(1024x1024)
|
||||
*/
|
||||
public static final String DALL_SIZE_TEMPLATE = "%sx%s";
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user