Skip to content

Commit 018f939

Browse files
authored
Update README.md
1 parent 0075462 commit 018f939

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,17 @@ 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-
└── utils - This directory contains the utility files for the project.
40-
├── __init__.py - This file initializes the utils directory as a package.
41-
├── function_call.py - This file contains the code to call a function using LLMs.
42-
└── communication_apis.py - This file contains the code to do with communication apis & experiments.
39+
└── utils - This directory contains the utility files for the project.
40+
├── __init__.py - This file initializes the utils directory as a package.
41+
├── function_call.py - This file contains the code to call a function using LLMs.
42+
└── communication_apis.py - This file contains the code to do with communication apis & experiments.
4343

4444
## Installation
4545
The project uses python 3.12. To install the project, follow the steps below:
4646

4747
- Clone the repository
4848
```bash
49-
git clone tool_calling_api
49+
git clone https://github.com/Shuyib/tool_calling_api.git
5050
```
5151
- Change directory to the project directory
5252
```bash
@@ -114,7 +114,8 @@ echo "AT_API_KEY = yourapikey" >> .env
114114
echo "AT_USERNAME = yourusername" >> .env
115115
```
116116
- The Dockerfile creates 2 images for the ollama server and the gradio dashboard. The ollama server is running on port 11434 and the gradio dashboard is running on port 7860 . You can access the gradio dashboard by visiting <http://localhost:7860> in your browser & the ollama server by visiting <http://localhost:11434> in your browser. They consume about 2.72GB of storage in the container.
117-
- The docker-compose.yml file is used to run the ollama server and the gradio dashboard. The docker-compose-codecarbon.yml file is used to run the ollama server, the gradio dashboard and the codecarbon project.
117+
- The docker-compose.yml file is used to run the ollama server and the gradio dashboard. The docker-compose-codecarbon.yml file is used to run the ollama server, the gradio dashboard and the codecarbon project.
118+
- You can learn more about how to make this system even more secure. Do this [course](https://www.kaggle.com/learn-guide/5-day-genai#GenAI).
118119

119120

120121
## Run in runpod.io

0 commit comments

Comments
 (0)