venkat-srinivasan-nexusflow commited on
Commit
cd02dd9
1 Parent(s): d7f2b78

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -35,7 +35,13 @@ Please checkout the following links!
35
 
36
  ## NexusRaven-V2 model usage
37
 
38
- NexusRaven-V2 accepts a list of python functions. These python functions can do anything (including sending GET/POST requests to external APIs!). The two requirements include the python function signature and the appropriate docstring to generate the function call.
 
 
 
 
 
 
39
 
40
  ### NexusRaven-V2's Capabilities
41
 
 
35
 
36
  ## NexusRaven-V2 model usage
37
 
38
+ NexusRaven-V2 accepts a list of python functions.
39
+
40
+ These python functions can do anything (including sending GET/POST requests to external APIs!).
41
+
42
+ The two requirements include the python function signature and the appropriate docstring to generate the function call.
43
+
44
+ NexusRaven-V2 also does best on functions with arguments.
45
 
46
  ### NexusRaven-V2's Capabilities
47