Update route.ts

This commit is contained in:
Passerby1011 2025-03-19 13:32:09 +08:00 committed by GitHub
parent 667354561f
commit 5d1cc73410
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 3 deletions

View File

@ -91,10 +91,8 @@ export async function POST(req: NextRequest) {
// 构建 Markdown 格式的响应
const markdownResponse = `
![Generated Image](${imageUrl})
*提示词: ${input.prompt}*
${input.negative_prompt ? `*反向提示词: ${input.negative_prompt}*` : ''}
*模型: ${model}*