From 2e5becb4fb7175a1173b2d688c313983f5ee54b0 Mon Sep 17 00:00:00 2001 From: Elliot Kang <kkang2097@gmail.com> Date: Sat, 30 Sep 2023 15:17:03 -0700 Subject: [PATCH] Update LLM.ts - anthropic comment --- packages/core/src/llm/LLM.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/core/src/llm/LLM.ts b/packages/core/src/llm/LLM.ts index dd17eb49d..777a22367 100644 --- a/packages/core/src/llm/LLM.ts +++ b/packages/core/src/llm/LLM.ts @@ -546,7 +546,6 @@ If a question does not make any sense, or is not factually coherent, explain why * Anthropic LLM implementation */ -//TODO: Add streaming for this export class Anthropic implements LLM { // Per completion Anthropic params model: string; -- GitLab