UNPKG

tiny-ai-api

Version:

A customizable and extensible client api for managing conversations and AI interactions, currently supporting the **Google Gemini** API — with flexibility to support any similar AI APIs.

4 lines (3 loc) 180 B
import { TinyGoogleAi, setTinyGoogleAi } from './services/Google.mjs'; import TinyAiInstance from './TinyAiInstance.mjs'; export { TinyAiInstance, TinyGoogleAi, setTinyGoogleAi };