@@ -60,8 +60,8 @@ describe('Config Defaults for CLI Options', () => {
6060 pageFilter : 'none' ,
6161 provider : 'anthropic' ,
6262 model : 'claude-3-7-sonnet-20250219' ,
63- modelProvider : 'anthropic' ,
64- modelName : 'claude-3-7-sonnet-20250219' ,
63+ provider : 'anthropic' ,
64+ model : 'claude-3-7-sonnet-20250219' ,
6565 ollamaBaseUrl : 'http://localhost:11434/api' ,
6666 } ) ;
6767
@@ -99,8 +99,8 @@ describe('Config Defaults for CLI Options', () => {
9999 pageFilter : 'none' , // Default is none
100100 provider : 'anthropic' ,
101101 model : 'claude-3-7-sonnet-20250219' ,
102- modelProvider : 'anthropic' ,
103- modelName : 'claude-3-7-sonnet-20250219' ,
102+ provider : 'anthropic' ,
103+ model : 'claude-3-7-sonnet-20250219' ,
104104 ollamaBaseUrl : 'http://localhost:11434/api' ,
105105 } ) ;
106106
@@ -138,8 +138,8 @@ describe('Config Defaults for CLI Options', () => {
138138 pageFilter : 'none' ,
139139 provider : 'anthropic' ,
140140 model : 'claude-3-7-sonnet-20250219' ,
141- modelProvider : 'anthropic' ,
142- modelName : 'claude-3-7-sonnet-20250219' ,
141+ provider : 'anthropic' ,
142+ model : 'claude-3-7-sonnet-20250219' ,
143143 ollamaBaseUrl : 'http://localhost:11434/api' ,
144144 } ) ;
145145
@@ -189,8 +189,8 @@ describe('Config Defaults for CLI Options', () => {
189189 pageFilter : 'none' , // Default is none
190190 provider : 'anthropic' ,
191191 model : 'claude-3-7-sonnet-20250219' ,
192- modelProvider : 'anthropic' ,
193- modelName : 'claude-3-7-sonnet-20250219' ,
192+ provider : 'anthropic' ,
193+ model : 'claude-3-7-sonnet-20250219' ,
194194 ollamaBaseUrl : 'http://localhost:11434/api' ,
195195 } ) ;
196196
0 commit comments