Anthropic LLM wrapper. Chat models are in chat_models.py.
Anthropic text completion large language model (legacy LLM).
To use, you should have the environment variable ANTHROPIC_API_KEY
set with your API key, or pass it as a named parameter to the constructor.