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

@@ -1,6 +1,3 @@
import { BaseChatModel } from '@langchain/core/language_models/chat_models';
import { ChatOpenAI, OpenAIEmbeddings } from '@langchain/openai';
import { Embeddings } from '@langchain/core/embeddings';
import { UIConfigField } from '@/lib/config/types';
import { getConfiguredModelProviderById } from '@/lib/config/serverRegistry';
import BaseModelProvider from '../../base/provider';