mirror of
https://git.mirrors.martin98.com/https://github.com/jina-ai/reader
synced 2025-07-31 21:11:58 +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,
|
frequency_penalty: 0.25,
|
||||||
max_tokens: 8192,
|
max_tokens: 8192,
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
maxTry: 1,
|
||||||
});
|
});
|
||||||
|
|
||||||
const chunks: string[] = [];
|
const chunks: string[] = [];
|
||||||
@ -129,7 +130,8 @@ export class LmControl extends AsyncService {
|
|||||||
frequency_penalty: 0.25,
|
frequency_penalty: 0.25,
|
||||||
max_tokens: 8192,
|
max_tokens: 8192,
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
maxTry: 1,
|
||||||
});
|
});
|
||||||
|
|
||||||
const chunks: string[] = [];
|
const chunks: string[] = [];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user