mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 05:14:54 +00:00
fix: combine message correctly (#7038)
This commit is contained in:
@@ -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,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user