change image gen role to assistant
This commit is contained in:
@@ -228,7 +228,7 @@ export function AddImage({
|
|||||||
if (!url) continue;
|
if (!url) continue;
|
||||||
|
|
||||||
chatStore.history.push({
|
chatStore.history.push({
|
||||||
role: "user",
|
role: "assistant",
|
||||||
content: [
|
content: [
|
||||||
{
|
{
|
||||||
type: "image_url",
|
type: "image_url",
|
||||||
|
|||||||
Reference in New Issue
Block a user