Commit f91e802f authored by nanahira's avatar nanahira

fix remote request format

parent 4512d69a
Pipeline #17667 passed with stages
in 2 minutes and 55 seconds
...@@ -1142,7 +1142,7 @@ export class RemoteImageGenerationRequest { ...@@ -1142,7 +1142,7 @@ export class RemoteImageGenerationRequest {
source.close() source.close()
onError({ onError({
status: err.detail.statusCode ?? 'unknown status', status: err.detail.statusCode ?? 'unknown status',
message: err.detail.message || err.detail.error, message: err.detail.message || err.detail.error || err.detail.detail,
}) })
logWarning(err, true, 'streaming error') logWarning(err, true, 'streaming error')
}) })
......
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