Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,10 @@ await ChatClientProvider.ExplainImageAsync(
else
sb.AppendLine($"<图像内容解析失败,原因:{explainResult}>");
}
else
{
sb.AppendLine("<图像内容解析失败,原因:无法获取图像链接>");
}

var otherArtworks = result.UserIllusts?.Where(x => x.Value != null).Select(x =>
{
Expand Down
Loading