2 रिपॉजिटरी
Programmatic interfaces for sending structured HTTP requests to remote services.
Distinct from Promise-Based HTTP Clients: The candidates are either too focused on testing or specific transport implementations like Fetch/Promises; this is a general API client interface.
Explore 2 awesome GitHub repositories matching networking & communication · HTTP Client Interfaces. Refine with filters or upvote what's useful.
ollama-js एक JavaScript क्लाइंट लाइब्रेरी और API रैपर है जो लार्ज लैंग्वेज मॉडल के साथ इंटरैक्ट करने और उन्हें मैनेज करने के लिए एक प्रोग्रामेटिक इंटरफ़ेस प्रदान करती है। यह स्थानीय और क्लाउड-आधारित दोनों एनवायरनमेंट में मॉडल के निष्पादन को सक्षम बनाती है, जो कन्वर्सेशनल टेक्स्ट के निर्माण और मॉडल लाइफसाइकिल के मैनेजमेंट को सुविधाजनक बनाती है। यह प्रोजेक्ट मॉडल एडमिनिस्ट्रेशन के लिए विशेष टूल प्रदान करके खुद को अलग करता है, जिसमें मॉडल को डाउनलोड, बनाने और हटाने की क्षमता, साथ ही कस्टम मॉडल ब्लूप्रिंट और प्रॉम्प्ट टेम्प्लेट को परिभाषित करने की क्षमता शामिल है। यह सिमेंटिक सर्च और रिट्रीवल पाइपलाइनों का समर्थन करने के लिए संख्यात्मक टेक्स्ट प्रतिनिधित्व उत्पन्न करने के लिए एक वेक्टर एम्बेडिंग क्लाइंट भी प्रदान करता है। यह लाइब्रेरी मल्टीमॉडल विश्लेषण, आंतरिक तर्क ट्रेसेस (reasoning traces) के कैप्चर और डेटा निष्कर्षण के लिए स्ट्रक्चर्ड JSON स्कीमा के प्रवर्तन सहित क्षमताओं की एक विस्तृत श्रृंखला को कवर करती है। यह टूल इनवोकेशन और एसिंक्रोनस जनरेटर के माध्यम से रिस्पॉन्स की स्ट्रीमिंग के माध्यम से उन्नत मॉडल इंटरैक्शन का भी समर्थन करती है। यह लाइब्रेरी TypeScript में लिखी गई है।
Implements a structured HTTP-based interface to communicate with backend model servers.
This library provides a standardized abstraction layer for PHP HTTP clients, enabling consistent request handling across diverse network transport implementations. It serves as a foundational toolkit for developers to manage network communication through unified interfaces, ensuring that application logic remains decoupled from specific underlying transport libraries. The project distinguishes itself through a decorator-based pipeline and a plugin-driven lifecycle system. These mechanisms allow for the interception and modification of request and response data, as well as the injection of cus
Provides standardized interfaces for sending structured HTTP requests to remote services.