Skip to content

Commit

Permalink
Fix fail text-exports
Browse files Browse the repository at this point in the history
  • Loading branch information
ericckzhou committed Dec 21, 2023
1 parent 226e1bb commit 00e4f9e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions langchain/src/chat_models/azure_ml.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,9 @@ export class AzureMLChatOnlineEndpoint
return "azureml_chat";
}

/** @ignore */
_combineLLMOutput() {
throw new Error(
"AzureMLChatOnlineEndpoint._combineLLMOutput called, but is not implemented."
);
return [];
}

async _call(
Expand Down

0 comments on commit 00e4f9e

Please sign in to comment.