diff --git a/config-template.json b/config-template.json index f01633d..699b96b 100644 --- a/config-template.json +++ b/config-template.json @@ -20,9 +20,7 @@ "ChatGPT测试群" ], "image_create_prefix": [ - "画", - "看", - "找" + "画" ], "speech_recognition": false, "group_speech_recognition": false, diff --git a/plugins/linkai/midjourney.py b/plugins/linkai/midjourney.py index c008bcd..a944ae5 100644 --- a/plugins/linkai/midjourney.py +++ b/plugins/linkai/midjourney.py @@ -48,7 +48,7 @@ task_name_mapping = { class MJTask: - def __init__(self, id, user_id: str, task_type: TaskType, raw_prompt=None, expires: int = 60 * 30, + def __init__(self, id, user_id: str, task_type: TaskType, raw_prompt=None, expires: int = 60 * 6, status=Status.PENDING): self.id = id self.user_id = user_id