mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-05-03 09:39:47 +00:00
Removed unnecessary comment
This commit is contained in:
parent
3df1989238
commit
16a97d943e
@ -134,7 +134,7 @@ async fn stream_text_file(file_path: &str) -> Result<ChunkStream> {
|
||||
let mut line_number = 0;
|
||||
|
||||
let stream = stream! {
|
||||
while let Ok(Some(line)) = lines.next_line().await { // Korrektur hier
|
||||
while let Ok(Some(line)) = lines.next_line().await {
|
||||
line_number += 1;
|
||||
yield Ok(Chunk {
|
||||
content: line,
|
||||
|
Loading…
Reference in New Issue
Block a user