import OpenAILLM from '../openai/openaiLLM'; class AnthropicLLM extends OpenAILLM {} export default AnthropicLLM;