UNPKG

@tw2gem/gemini-live-client

Version:

TypeScript client for real-time communication with Gemini Live, designed to send audio input and receive AI responses using Google's LLM.

38 lines (23 loc) 998 B
# @tw2gem/gemini-live-client TypeScript client for real-time communication with Gemini Live, designed to send audio input and receive AI responses using Google's LLM. ## Description This package provides a TypeScript client for interacting with Google's Gemini Live API. It enables real-time communication, allowing you to send audio input and receive AI responses through Google's Language Model. ## Installation ```bash npm install @tw2gem/gemini-live-client ``` ## Usage For detailed usage examples and code samples, please visit our [examples repository](https://github.com/TianMaster93/tw2gem/tree/master/packages/examples). ## Features - Real-time communication with Gemini Live API - Audio input processing - AI response handling - TypeScript support - WebSocket-based communication - Easy integration with other tw2gem packages ## Dependencies - ws: ^8.18.2 ## License MIT ## Author Sebastian Morales Lorca (seba.morales.lorca@gmail.com)