parent
aef455d977
commit
492570dfed
@ -100,7 +100,7 @@ class AzureOpenAiLLM {
|
|||||||
for (let attachment of attachments) {
|
for (let attachment of attachments) {
|
||||||
content.push({
|
content.push({
|
||||||
type: "image_url",
|
type: "image_url",
|
||||||
imageUrl: {
|
image_url: {
|
||||||
url: attachment.contentString,
|
url: attachment.contentString,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user