Skip to content

Commit bd23412

Browse files
authored
Update README.md
1 parent 4492c6d commit bd23412

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ Notes:
112112
```bash
113113
echo "AT_API_KEY = yourapikey" >> .env
114114
echo "AT_USERNAME = yourusername" >> .env
115+
echo "LANGTRACE_API_KEY= yourlangtraceapikey" >> .env
115116
```
116117
- 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.
117118
- 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.

0 commit comments

Comments
 (0)