0xroyce commited on
Commit
a8f8758
1 Parent(s): 8c1837e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
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