omx(team): auto-checkpoint worker-3 [unknown]

This commit is contained in:
bellman
2026-05-15 10:28:12 +09:00
parent dec8efa5c8
commit ea95bf2576
2 changed files with 13 additions and 10 deletions

View File

@@ -146,6 +146,12 @@ impl OpenAiCompatClient {
self
}
#[must_use]
pub fn with_http_client(mut self, http: reqwest::Client) -> Self {
self.http = http;
self
}
#[must_use]
pub fn with_retry_policy(
mut self,