mirror of
https://github.com/andy-stack/vaultkeeper-ai.git
synced 2026-07-22 16:30:27 +00:00
test: update mock model to GPT_5_Nano in naming service test
This commit is contained in:
parent
256ea568a8
commit
0fd231b3b6
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ describe('OpenAIConversationNamingService', () => {
|
|||
// Mock SettingsService
|
||||
mockSettingsService = {
|
||||
settings: {
|
||||
model: AIProviderModel.GPT_4o,
|
||||
model: AIProviderModel.GPT_5_Nano,
|
||||
apiKeys: {
|
||||
claude: 'test-claude-key',
|
||||
openai: 'test-openai-key',
|
||||
|
|
|
|||
Loading…
Reference in a new issue