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
781781 MultimodalMessage . User (
782782 [
783783 MultimodalMessageContent . ImageContent (
784- "https://dashscope.oss-cn-beijing.aliyuncs.com/images/dog_and_girl.jpeg " ) ,
784+ "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4//8/w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU5ErkJggg== " ) ,
785785 MultimodalMessageContent . TextContent ( "这个图片是哪里,请用简短的语言回答" )
786786 ] )
787787 ]
@@ -881,7 +881,7 @@ public static class MultimodalGeneration
881881 MultimodalMessage . User (
882882 [
883883 MultimodalMessageContent . ImageContent (
884- "https://dashscope.oss-cn-beijing.aliyuncs.com/images/dog_and_girl.jpeg " ) ,
884+ "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4//8/w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU5ErkJggg== " ) ,
885885 MultimodalMessageContent . TextContent ( "这个图片是哪里,请用简短的语言回答" )
886886 ] )
887887 ]
You can’t perform that action at this time.
0 commit comments