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