From 226e1bba0d9989457d40b58f9a4395f71be005db Mon Sep 17 00:00:00 2001 From: ericckzhou Date: Thu, 21 Dec 2023 11:38:27 -0500 Subject: [PATCH] Fix test comments --- langchain/src/llms/tests/azure_ml.int.test.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/langchain/src/llms/tests/azure_ml.int.test.ts b/langchain/src/llms/tests/azure_ml.int.test.ts index 96c94544cacb..72b2a7c5fdcc 100644 --- a/langchain/src/llms/tests/azure_ml.int.test.ts +++ b/langchain/src/llms/tests/azure_ml.int.test.ts @@ -6,11 +6,9 @@ import { HFContentFormatter, LlamaContentFormatter, } from "../azure_ml.js"; -*/ - // LLama Test -//test("Test AzureML LLama Call", async () => { +test("Test AzureML LLama Call", async () => { const prompt = "What is the meaning of Foo?"; const model = new AzureMLOnlineEndpoint({ contentFormatter: new LlamaContentFormatter(),