Class: Anthropic
Anthropic LLM implementation
Implements
Constructors
constructor
• new Anthropic(init?
)
Parameters
Name | Type |
---|---|
init? | Partial <Anthropic > |
Defined in
packages/core/src/llm/LLM.ts:667
Properties
apiKey
• Optional
apiKey: string
= undefined
Defined in
packages/core/src/llm/LLM.ts:660