소스 검색

【测试】mj生成图片

cherishsince 1 년 전
부모
커밋
2734e54b0c
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      yudao-module-ai/yudao-module-ai-biz/src/main/resources/http/image.http

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