diff --git a/yudao-module-ai/yudao-module-ai-biz/src/main/resources/http/image.http b/yudao-module-ai/yudao-module-ai-biz/src/main/resources/http/image.http index dda3f04f93..3f360aee13 100644 --- a/yudao-module-ai/yudao-module-ai-biz/src/main/resources/http/image.http +++ b/yudao-module-ai/yudao-module-ai-biz/src/main/resources/http/image.http @@ -15,10 +15,10 @@ Authorization: {{token}} ### chat midjourney -POST {{baseUrl}}/ai/image/midjourney +POST {{baseUrl}}/admin-api/ai/image/midjourney Content-Type: application/json Authorization: {{token}} { - "prompt": "Mona Lisa, eating on a seat under a tree, wearing white clothes, smiling at the sky" + "prompt": "Cute cartoon style mobile game scene, a colorful camping car with an outdoor table and chairs next to it on the road in a spring forest, the simple structure of the camper van, soft lighting, C4D rendering, 3d model in the style of a cartoon, cute shape, a pastel color scheme, closeup view from the side angle, high resolution, bright colors, a happy atmosphere. --ar 1:2 --v 6.0" } \ No newline at end of file