UNPKG

ai-fetcher

Version:

A Node.js package that provides integration with popular language models. It is designed to facilitate easy and efficient ai-fetching tasks for your application.

4 lines (3 loc) 127 B
export { DeepL } from "./libs/deepl.js"; export { Claude } from "./libs/claude.js"; export { OpenAI } from "./libs/openai.js";