File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,10 +36,10 @@ Learn more about tool calling <https://gorilla.cs.berkeley.edu/leaderboard.html>
36
36
├── README.md - This file contains the project documentation. This is the file you are currently reading.
37
37
├── requirements.txt - This file contains the dependencies for the project.
38
38
├── summary.png - How function calling works with a diagram.
39
- ├── tests - This directory contains the test files for the project.
39
+ ├── tests - This directory contains the test files for the project.
40
40
│ ├── __ init__ .py - This file initializes the tests directory as a package.
41
- │ ├── test_cases.py - This file contains the test cases for the project.
42
- │ └── test_run.py - This file contains the code to run the test cases for the function calling LLM.
41
+ │ ├── test_cases.py - This file contains the test cases for the project.
42
+ │ └── test_run.py - This file contains the code to run the test cases for the function calling LLM.
43
43
└── utils - This directory contains the utility files for the project.
44
44
├── __ init__ .py - This file initializes the utils directory as a package.
45
45
├── function_call.py - This file contains the code to call a function using LLMs.
You can’t perform that action at this time.
0 commit comments