File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
test/Cnblogs.DashScope.Sdk.UnitTests/Utils Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -781,7 +781,7 @@ public static class MultimodalGeneration
781
781
MultimodalMessage . User (
782
782
[
783
783
MultimodalMessageContent . ImageContent (
784
- "https://dashscope.oss-cn-beijing.aliyuncs.com/images/dog_and_girl.jpeg " ) ,
784
+ "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4//8/w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU5ErkJggg== " ) ,
785
785
MultimodalMessageContent . TextContent ( "这个图片是哪里,请用简短的语言回答" )
786
786
] )
787
787
]
@@ -881,7 +881,7 @@ public static class MultimodalGeneration
881
881
MultimodalMessage . User (
882
882
[
883
883
MultimodalMessageContent . ImageContent (
884
- "https://dashscope.oss-cn-beijing.aliyuncs.com/images/dog_and_girl.jpeg " ) ,
884
+ "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4//8/w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU5ErkJggg== " ) ,
885
885
MultimodalMessageContent . TextContent ( "这个图片是哪里,请用简短的语言回答" )
886
886
] )
887
887
]
You can’t perform that action at this time.
0 commit comments