Skip to content

Commit c225c73

Browse files
committed
chore: address reviews
Signed-off-by: Alexandre Milesi <[email protected]>
1 parent 0860585 commit c225c73

File tree

2 files changed

+0
-1
lines changed

2 files changed

+0
-1
lines changed
File renamed without changes.

lib/llm/src/preprocessor/media/common.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ pub struct EncodedMediaData {
1313

1414
impl EncodedMediaData {
1515
// Handles both web URLs (will download the bytes) and data URLs (will keep b64-encoded)
16-
// This function is kept in tokio runtime so we do not want any expensive operations
1716
pub async fn from_url(url: &url::Url, client: &reqwest::Client) -> Result<Self> {
1817
let (bytes, b64_encoded) = match url.scheme() {
1918
"data" => {

0 commit comments

Comments
 (0)