A TypeScript-based server that provides a memory system for Large Language Models (LLMs), allowing users to interact with multiple LLM providers while maintaining conversation history and offering tools for managing providers and model configurations.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
Send a message to the current LLM provider. Takes a message parameter and supports multiple providers (OpenAI, Anthropic, OpenRouter, Ollama).
Retrieve conversation history. Optional 'limit' parameter to specify number of memories to retrieve. Pass 'limit: null' for unlimited memory retrieval. Returns memories in chronological order with timestamps.
Clear conversation history. Removes all stored memories.
Switch between different LLM providers. Supports OpenAI, Anthropic, OpenRouter, and Ollama. Persists provider selection.
Switch to a different model for the current provider. Supports provider-specific models and persists model selection.