chore: sync Cargo.lock and openai_compat.rs to main (stash artifact cleanup)

This commit is contained in:
YeonGyu-Kim
2026-05-25 11:48:37 +09:00
parent 3d02baf567
commit 013694476e
2 changed files with 29 additions and 1060 deletions

1083
rust/Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -1503,7 +1503,7 @@ fn parse_sse_frame(
body: trimmed.chars().take(500).collect(),
retryable: false,
suggested_action: suggested_action_for_status(status),
retry_after: None,
});
}
}
@@ -1519,7 +1519,7 @@ fn parse_sse_frame(
body: trimmed.chars().take(200).collect(),
retryable: false,
suggested_action: Some("verify the API endpoint URL is correct".to_string()),
retry_after: None,
});
}
return Ok(None);
@@ -1571,7 +1571,7 @@ fn parse_sse_frame(
body: payload.chars().take(200).collect(),
retryable: false,
suggested_action: Some("verify the API endpoint URL is correct".to_string()),
retry_after: None,
});
}
serde_json::from_str::<ChatCompletionChunk>(&payload)