Skip to content

Commit

Permalink
2.12.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Dooy committed Dec 17, 2023
1 parent 0af8479 commit 076df25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chatgpt-web-midjourney-proxy",
"version": "2.12.10",
"version": "2.12.11",
"private": false,
"description": "ChatGPT Web Midjourney Proxy",
"author": "Dooy <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion src/views/mj/aiGpt.vue
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ watch(()=>homeStore.myData.act, async (n)=>{
// //"Generate code for a web page that looks exactly like this."
obj.content.push({ "type": "text", "text": dd.prompt });
dd.fileBase64.forEach((f:any)=>{
obj.content.push({ "type": "image_url", "image_url": f });
obj.content.push({ "type": "image_url", "image_url": {url:f } });
});
message.push(obj);
}else{
Expand Down

0 comments on commit 076df25

Please sign in to comment.