Skip to content

Commit

Permalink
Fix test comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ericckzhou committed Dec 21, 2023
1 parent a48b48a commit 226e1bb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions langchain/src/llms/tests/azure_ml.int.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit 226e1bb

Please sign in to comment.