fix: replace test models with lightweight mocks to resolve module errors (#1164)
This commit is contained in:
parent
60b09d170c
commit
73dae0d10f
2 changed files with 39 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ export const myProvider = isTestEnvironment
|
|||
chatModel,
|
||||
reasoningModel,
|
||||
titleModel,
|
||||
} = require('./models.test');
|
||||
} = require('./models.mock');
|
||||
return customProvider({
|
||||
languageModels: {
|
||||
'chat-model': chatModel,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue