mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-03-21 12:11:28 -07:00
feat(ai): split shared provider config from Anki runtime
This commit is contained in:
@@ -125,10 +125,10 @@ test('config hot reload runtime reports validation warnings from reload', () =>
|
||||
config: deepCloneConfig(DEFAULT_CONFIG),
|
||||
warnings: [
|
||||
{
|
||||
path: 'ankiConnect.openRouter',
|
||||
message: 'Deprecated key; use ankiConnect.ai instead.',
|
||||
path: 'ankiConnect.ai',
|
||||
message: 'Expected boolean.',
|
||||
value: { enabled: true },
|
||||
fallback: {},
|
||||
fallback: false,
|
||||
},
|
||||
],
|
||||
path: '/tmp/config.jsonc',
|
||||
|
||||
Reference in New Issue
Block a user