3 مستودعات
Client-side implementations for interacting with large language model REST APIs.
Distinct from RESTful API Interfaces: Distinct from general RESTful API Interfaces by focusing specifically on LLM-specific parameters like temperature and token limits.
Explore 3 awesome GitHub repositories matching networking & communication · LLM API Clients. Refine with filters or upvote what's useful.
This project is a multimodal AI proxy and content generation hub that provides a unified web interface for interacting with multiple large language models and generative AI services. It functions as a secure API access gateway, routing requests from a single dashboard to various external AI backends using configurable base URLs and API keys. The platform is delivered as a cross-platform progressive web application, allowing for installation on Linux, Windows, and MacOS. It distinguishes itself by consolidating text, image, audio, and video generative controls into a standardized interface, su
Provides a unified web-based dashboard and client for interacting with multiple large language models via API keys.
PyChatGPT هي مكتبة Python لإرسال المطالبات (Prompts) إلى واجهات برمجة تطبيقات نماذج اللغة وتلقي استجابات نصية مولدة برمجياً. تعمل كعميل API يدمج إمكانيات نماذج اللغة في تطبيقات Python. يتضمن المشروع مصادقاً آلياً لاسترداد وتحديث رموز الوصول دون الحاجة إلى متصفح ويب. كما يتميز بعميل شبكة يدعم الوكيل (Proxy) يقوم بتوجيه طلبات API عبر خوادم وكيلة لتجاوز قيود الشبكة وإدارة حدود المعدل (Rate limits). للحفاظ على الاستمرارية، توفر المكتبة إدارة حالة المحادثة التي تتتبع سجل الدردشة وتحفظ الجلسات في ملفات محلية. وهذا يسمح للمستخدمين باستئناف التفاعلات السابقة مع نموذج الذكاء الاصطناعي.
Acts as a client-side implementation for interacting with large language model REST APIs via Python.
This project is a repository of pre-generated API keys designed to provide shared access to OpenAI models. It serves as a provider of authentication credentials for testing and educational development, allowing users to bypass personal account registration. The system utilizes a static distribution model where credentials are stored as plain text strings within the codebase. These keys are delivered via a public version control platform, enabling client-side retrieval without the need for a dedicated backend server or external database. The provided keys support the prototyping of AI feature
Facilitates the integration of large language model services to verify API response structures and functionality.