mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2025-01-31 17:40:05 +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…
Reference in New Issue
Block a user