mirror of
https://gitee.com/myxzgzs/boyue-vue-pro.git
synced 2025-08-10 09:22:44 +08:00
mj执行器
This commit is contained in:
parent
196b9ab39c
commit
5d4a111170
@ -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);
|
||||
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user