You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Empowering Conversations with Real-Time Facts<br />
@@ -16,3 +16,26 @@
16
16
</p>
17
17
</p>
18
18
</p>
19
+
20
+
## Overview
21
+
**ContextPlus** is a Python library designed to enhance conversations by providing real-time facts and information using large language models (LLMs). It operates completely on the CPU, making it accessible for integration into various applications without the need for specialized hardware.
22
+
23
+
## Installation
24
+
25
+
To install ContextPlus, use the following pip command:
26
+
27
+
```bash
28
+
pip install contextplus
29
+
```
30
+
31
+
## Usage
32
+
33
+
Import and use the `context` function from the `contextplus` library to integrate real-time factual data into your projects:
0 commit comments