mirror of
https://git.mirrors.martin98.com/https://github.com/jina-ai/reader
synced 2025-04-18 11:50:00 +08:00
fix: remove readerlm automatic retry
This commit is contained in:
parent
61a1252762
commit
bc8dea9139
@ -90,7 +90,8 @@ export class LmControl extends AsyncService {
|
||||
frequency_penalty: 0.25,
|
||||
max_tokens: 8192,
|
||||
}
|
||||
}
|
||||
},
|
||||
maxTry: 1,
|
||||
});
|
||||
|
||||
const chunks: string[] = [];
|
||||
@ -129,7 +130,8 @@ export class LmControl extends AsyncService {
|
||||
frequency_penalty: 0.25,
|
||||
max_tokens: 8192,
|
||||
}
|
||||
}
|
||||
},
|
||||
maxTry: 1,
|
||||
});
|
||||
|
||||
const chunks: string[] = [];
|
||||
|
Loading…
x
Reference in New Issue
Block a user