mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-05-21 19:58:58 +08:00
feat: harden jsonl runtime reliability
This commit is contained in:
@@ -143,7 +143,7 @@ func doOpenAICompatStreamWithAttempts(ctx context.Context, base *HTTPProvider, p
|
||||
onDelta(txt)
|
||||
}
|
||||
}
|
||||
})
|
||||
}, nil, nil)
|
||||
if err != nil {
|
||||
return nil, 0, "", err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user