Skip to content

Commit 2f674b8

Browse files
authored
Update README.md
1 parent 197b234 commit 2f674b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ Learn more about tool calling <https://gorilla.cs.berkeley.edu/leaderboard.html>
3636
├── README.md - This file contains the project documentation. This is the file you are currently reading.
3737
├── requirements.txt - This file contains the dependencies for the project.
3838
├── 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.
4040
│ ├── __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.
4343
└── utils - This directory contains the utility files for the project.
4444
├── __init__.py - This file initializes the utils directory as a package.
4545
├── function_call.py - This file contains the code to call a function using LLMs.

0 commit comments

Comments
 (0)