mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-21 14:35:08 +08:00
mj执行器
This commit is contained in:
@ -0,0 +1,17 @@
|
|||||||
|
package cn.iocoder.yudao.framework.ai.Midjourney;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* mj 命令
|
||||||
|
*/
|
||||||
|
public interface MjExecute {
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 执行命令
|
||||||
|
*
|
||||||
|
* @param mjCommand
|
||||||
|
* @param prompt
|
||||||
|
* @return
|
||||||
|
*/
|
||||||
|
boolean execute(MjCommandEnum mjCommand, String prompt);
|
||||||
|
|
||||||
|
}
|
Reference in New Issue
Block a user