Skip to content

Commit

Permalink
change image gen role to assistant
Browse files Browse the repository at this point in the history
  • Loading branch information
heimoshuiyu committed Dec 22, 2023
1 parent 6a77ddc commit 8542a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/addImage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ export function AddImage({
if (!url) continue;

chatStore.history.push({
role: "user",
role: "assistant",
content: [
{
type: "image_url",
Expand Down

0 comments on commit 8542a44

Please sign in to comment.