gaunt-sloth-assistant
Version:
[](https://github.com/Galvanized-Pukeko/gaunt-sloth-assistant/actions/workflows/unit-tests.yml) [ {
if (llmConfig.responses) {
const test = await import('@langchain/core/utils/testing');
return new test.FakeListChatModel(llmConfig);
}
displayWarning("Fake LLM requires 'responses' array in config");
return null;
}
// No init function needed for fake LLM as it's only used for testing
//# sourceMappingURL=fake.js.map