venkat-srinivasan-nexusflow commited on
Commit
c88dbd1
1 Parent(s): 521ec1f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -46,7 +46,7 @@ NexusRaven-V2 is capable of generating deeply nested function calls, parallel fu
46
  Please refer to our notebook, [How-To-Prompt.ipynb](https://colab.research.google.com/drive/19JYixRPPlanmW5q49WYi_tU8rhHeCEKW?usp=sharing), for more advanced tutorials on using NexusRaven-V2!
47
 
48
  1. When giving docstrings to Raven, please provide well-indented, detailed, and well-written docstrings as this can help accuracy.
49
- 2. Raven does better when all functions provided to it require arguments (i.e. ```func(dummy_arg)``` is preferred over ```func()```) as this can help accuracy.
50
  3. We strongly recommend to set sampling to False when prompting NexusRaven-V2.
51
  4. We strongly recommend a very low temperature (~0.001).
52
  5. We strongly recommend following the prompting style below.
 
46
  Please refer to our notebook, [How-To-Prompt.ipynb](https://colab.research.google.com/drive/19JYixRPPlanmW5q49WYi_tU8rhHeCEKW?usp=sharing), for more advanced tutorials on using NexusRaven-V2!
47
 
48
  1. When giving docstrings to Raven, please provide well-indented, detailed, and well-written docstrings as this can help accuracy.
49
+ 2. Raven does better when all functions provided to it has arguments, either required or optional, (i.e. ```func(dummy_arg)``` is preferred over ```func()```) as this can help accuracy.
50
  3. We strongly recommend to set sampling to False when prompting NexusRaven-V2.
51
  4. We strongly recommend a very low temperature (~0.001).
52
  5. We strongly recommend following the prompting style below.