awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

Awesome GitHub RepositoriesModel Client Interfaces

Base classes and abstractions for interacting with various language model providers.

Distinguishing note: Focuses on the base abstraction layer, distinct from specific model implementations.

Explore 2 awesome GitHub repositories matching artificial intelligence & ml · Model Client Interfaces. Refine with filters or upvote what's useful.

Awesome Model Client Interfaces GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • stanfordnlp/dspyAvatar de stanfordnlp

    stanfordnlp/dspy

    35,325Ver en GitHub↗

    DSPy is a declarative programming framework designed for building complex language model applications. It treats model interactions as modular, composable programs, allowing developers to define task logic through typed class schemas rather than relying on manually written prompts. By organizing workflows into hierarchical, reusable Python objects, the framework enables the construction of sophisticated AI systems that manage state and execution flow independently. The framework distinguishes itself through an automated optimization engine that iteratively refines prompt instructions and few-

    Provides a base class for handling language model calls and managing provider-specific configurations.

    Python
    Ver en GitHub↗35,325
  • blinkdl/chatrwkvAvatar de BlinkDL

    BlinkDL/ChatRWKV

    9,492Ver en GitHub↗

    ChatRWKV is an open-source frontend and GPU-accelerated inference engine designed for interacting with RWKV recurrent neural network language models. It provides a self-hosted web chat interface and a specialized client for generating human-like text using a linear-complexity architecture. The project utilizes a GPU-accelerated backend that employs custom CUDA kernels and dynamic model format conversion to increase processing speed and reduce memory overhead. It manages conversation history through state-based context management, updating a fixed-size hidden state to maintain a constant memor

    Implements a specialized client interface for interacting with RWKV linear-complexity architectures.

    Pythonchatbotchatgptlanguage-model
    Ver en GitHub↗9,492
  1. Home
  2. Artificial Intelligence & ML
  3. Model Client Interfaces