Commit
·
f9b715e
1
Parent(s):
2e54059
update README
Browse files
README.md
CHANGED
@@ -21,7 +21,7 @@ The model determines when to execute functions, whether in parallel or serially,
|
|
21 |
|
22 |
## How to Get Started
|
23 |
|
24 |
-
We provide custom
|
25 |
|
26 |
```python
|
27 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
|
|
21 |
|
22 |
## How to Get Started
|
23 |
|
24 |
+
We provide custom code for both converting tool definitions into the system prompts and parsing raw model response into a JSON object containing `role`, `content` and `tool_calls` fields. This enables the model to be able to generate tool calls.
|
25 |
|
26 |
```python
|
27 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|