release: prepare v0.1.134

This commit is contained in:
kone
2026-05-16 15:31:08 +08:00
parent 89080b4c5a
commit 4a06371bba
22 changed files with 793 additions and 16 deletions
@@ -121,8 +121,10 @@ func isRetryableOpenAIHTTPRequestError(err error) bool {
"connection refused",
"unexpected eof",
"server closed idle connection",
"use of closed network connection",
"broken pipe",
"connection aborted",
"tls: bad record mac",
"tls: use of closed connection",
"http2: client connection lost",
}