mirror of
https://github.com/Hopiu/llm.git
synced 2026-03-16 20:50:25 +00:00
Grant models the ability to execute tools
This commit is contained in:
parent
0863ed460e
commit
24f32fe7b4
1 changed files with 2 additions and 1 deletions
|
|
@ -17,6 +17,7 @@ With LLM you can:
|
|||
- {ref}`Store prompts and responses in SQLite <logging>`
|
||||
- {ref}`Generate and store embeddings <embeddings>`
|
||||
- {ref}`Extract structured content from text and images <schemas>`
|
||||
- {ref}`Grant models the ability to execute tools <tools>`
|
||||
- ... and much, much more
|
||||
|
||||
## Quick start
|
||||
|
|
@ -129,4 +130,4 @@ contributing
|
|||
maxdepth: 1
|
||||
---
|
||||
changelog
|
||||
```
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue