feat(providers): add anthropic

This commit is contained in:
ItzCrazyKns
2025-12-24 15:24:06 +05:30
parent a2f2e17bbb
commit 0a9641a110
4 changed files with 123 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
import OpenAILLM from "../openai/openaiLLM";
class AnthropicLLM extends OpenAILLM {}
export default AnthropicLLM;