Commit 2ada1ade authored by duanjinfei's avatar duanjinfei

match chat model resp

parent b46080c9
...@@ -282,6 +282,8 @@ func (t *TaskHandler) ComputeTaskHandler(taskMsg *nodeManagerV1.PushTaskMessage) ...@@ -282,6 +282,8 @@ func (t *TaskHandler) ComputeTaskHandler(taskMsg *nodeManagerV1.PushTaskMessage)
if ossUri != "" { if ossUri != "" {
apiRes = append(apiRes, ossUri) apiRes = append(apiRes, ossUri)
} }
} else {
apiRes = append(apiRes, base64ImageStr)
} }
} }
if len(apiRes) > 1 { if len(apiRes) > 1 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment