mirror of
https://github.com/EthanMarti/infio-copilot.git
synced 2026-05-08 16:10:09 +00:00
fix lint type error
This commit is contained in:
@@ -18,6 +18,7 @@ describe('parseSmartCopilotSettings', () => {
|
||||
groqApiKey: '',
|
||||
deepseekApiKey: '',
|
||||
chatModelId: '',
|
||||
collectedChatModels: [],
|
||||
chatModelProvider: 'OpenRouter',
|
||||
applyModelId: '',
|
||||
applyModelProvider: 'OpenRouter',
|
||||
@@ -198,6 +199,7 @@ describe('settings migration', () => {
|
||||
geminiApiKey: '',
|
||||
groqApiKey: '',
|
||||
deepseekApiKey: '',
|
||||
collectedChatModels: [],
|
||||
chatModelId: '',
|
||||
chatModelProvider: 'OpenRouter',
|
||||
applyModelId: '',
|
||||
|
||||
Reference in New Issue
Block a user