File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,14 @@ Learn more about tool calling <https://gorilla.cs.berkeley.edu/leaderboard.html>
4949├── docker-compose.yml - use the ollama project, gradio dashboard, and voice server.
5050├── docker-compose-codecarbon.yml - use the codecarbon project, ollama and gradio dashboard.
5151├── DOCKER_VOICE_SETUP.md - Comprehensive guide for Docker voice functionality setup.
52- ├── .env - This file contains the environment variables for the project. (Not included in the repository)
52+ ├── .dockerignore - This file contains the files and directories to be ignored by docker.
53+ ├── .devcontainer - This directory contains the devcontainer configuration files.
54+ ├── .env - This file contains the environment variables for the project. (Not included in the repository)
55+ ├── INSPECT_SAFETY_GUIDE.md - Comprehensive guide for the Inspect AI safety layer integration.
56+ ├── IMPLEMENTATION_SUMMARY.md - Summary of the technical implementation and features of the project.
57+ ├── LICENSE - This file contains the license for the project.
58+ ├── .gitignore - This file contains the files and directories to be ignored by git.
59+
5360├── app.py - the function_call.py using gradio as the User Interface with AI safety layer.
5461├── Makefile - This file contains the commands to run the project.
5562├── README.md - This file contains the project documentation. This is the file you are currently reading.
You can’t perform that action at this time.
0 commit comments