Skip to content

Commit c8754cb

Browse files
committed
Update README to include new files and directories for Docker setup and project documentation
1 parent 3654bb3 commit c8754cb

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)