Anthropic
Anthropic LLM backend via LiteLLM.
| CLASS | DESCRIPTION |
|---|---|
AnthropicBackend |
LLM backend that calls Anthropic models through LiteLLM. |
Classes¶
AnthropicBackend
¶
AnthropicBackend(config: LLMConfig)
Bases: LLMBackend
LLM backend that calls Anthropic models through LiteLLM.
| PARAMETER | DESCRIPTION |
|---|---|
config
|
The LLM configuration section from the Foreman runtime config.
TYPE:
|
| METHOD | DESCRIPTION |
|---|---|
complete |
Send a prompt to an Anthropic model and return the text response. |