Update README.md
Browse files
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
|