Skip to content

Commit 70061e8

Browse files
committed
Docs: Add LLM encoded info example
- Added a new section to the README.md file. - This section demonstrates how the LLM encodes information. - Includes an example of querying the capital of Poland. - Also includes an example of real-time search functionality.
1 parent a1de6cd commit 70061e8

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,20 @@ INFO: Responding without tool use.
4545
Current CPU usage: 16.5%
4646
```
4747

48+
#### LLM encoded info:
49+
50+
```bash
51+
| => python main.py "captial of poland"
52+
Warsaw
53+
```
54+
55+
#### Real time search:
56+
57+
```bash
58+
| => python main.py "search on wiki for top article of today? use python requests"
59+
Today's Featured Article on Wikipedia is "U2 in 2005".
60+
```
61+
4862
### Configuration
4963
5064
All settings live in `.env` (loaded with `python-dotenv`):

0 commit comments

Comments
 (0)