mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2026-01-11 15:45:42 +00:00
6 lines
116 B
TypeScript
6 lines
116 B
TypeScript
import OpenAILLM from '../openai/openaiLLM';
|
|
|
|
class AnthropicLLM extends OpenAILLM {}
|
|
|
|
export default AnthropicLLM;
|