Selaa lähdekoodia

【测试】mj生成图片

cherishsince 1 vuosi sitten
vanhempi
commit
2734e54b0c

+ 2 - 2
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"
 }