fix: combine message correctly (#7038)

This commit is contained in:
darkskygit
2024-05-23 06:16:31 +00:00
parent 3eaddd6e42
commit f8fee55b3d
3 changed files with 10 additions and 22 deletions

View File

@@ -89,7 +89,7 @@ export class FalProvider
).filter(v => typeof v === 'string' && v.length);
return {
image_url: attachments?.[0],
prompt: content || undefined,
prompt: content,
lora: lora.length ? lora : undefined,
};
}