Skip to content
Snippets Groups Projects
Unverified Commit 2e5becb4 authored by Elliot Kang's avatar Elliot Kang Committed by GitHub
Browse files

Update LLM.ts - anthropic comment

parent 5e12f568
No related branches found
No related tags found
No related merge requests found
...@@ -546,7 +546,6 @@ If a question does not make any sense, or is not factually coherent, explain why ...@@ -546,7 +546,6 @@ If a question does not make any sense, or is not factually coherent, explain why
* Anthropic LLM implementation * Anthropic LLM implementation
*/ */
//TODO: Add streaming for this
export class Anthropic implements LLM { export class Anthropic implements LLM {
// Per completion Anthropic params // Per completion Anthropic params
model: string; model: string;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment