This commit is contained in:
eeee0717
2025-06-04 17:53:23 +08:00
parent 8de8e6e5a1
commit d1f1703d4e
+7 -7
View File
@@ -8,6 +8,12 @@ export interface PreprocessState {
const initialState: PreprocessState = {
providers: [
{
id: 'mineru',
name: 'MinerU',
apiKey: '',
apiHost: 'https://mineru.net'
},
{
id: 'doc2x',
name: 'Doc2x',
@@ -21,12 +27,6 @@ const initialState: PreprocessState = {
apiKey: '',
apiHost: 'https://api.mistral.ai'
},
{
id: 'mineru',
name: 'MinerU',
apiKey: '',
apiHost: 'https://mineru.net'
},
{
id: 'system',
name: 'System(Mac Only)',
@@ -36,7 +36,7 @@ const initialState: PreprocessState = {
}
}
],
defaultProvider: ''
defaultProvider: 'mineru'
}
const preprocessSlice = createSlice({
name: 'preprocess',