awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • stanfordnlp/dspyAvatar von stanfordnlp

    stanfordnlp/dspy

    35,325Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗35,325
  • blinkdl/chatrwkvAvatar von BlinkDL

    BlinkDL/ChatRWKV

    9,492Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗9,492
  1. Home
  2. Artificial Intelligence & ML
  3. Model Client Interfaces