Update README.md
Browse files
README.md
CHANGED
@@ -36,6 +36,15 @@ messages = [
|
|
36 |
]
|
37 |
```
|
38 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
## Model Capabilities
|
40 |
- Understanding and following complex instructions
|
41 |
- Providing detailed explanations and analysis
|
|
|
36 |
]
|
37 |
```
|
38 |
|
39 |
+
|
40 |
+
Function calling example:
|
41 |
+
```
|
42 |
+
>>> how do i do a function for weather? use <tool_call> </tool_call>
|
43 |
+
<tool_call>
|
44 |
+
{"arguments": {"location": "Los Angeles", "time_period": "current"}, "name": "get_weather_data"}
|
45 |
+
</tool_call>
|
46 |
+
```
|
47 |
+
|
48 |
## Model Capabilities
|
49 |
- Understanding and following complex instructions
|
50 |
- Providing detailed explanations and analysis
|