fix: replace test models with lightweight mocks to resolve module errors (#1164)

This commit is contained in:
josh 2025-09-08 16:27:32 +01:00 committed by GitHub
parent 60b09d170c
commit 73dae0d10f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 39 additions and 1 deletions

View file

@ -13,7 +13,7 @@ export const myProvider = isTestEnvironment
chatModel,
reasoningModel,
titleModel,
} = require('./models.test');
} = require('./models.mock');
return customProvider({
languageModels: {
'chat-model': chatModel,