chore
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user