diff --git a/README.md b/README.md index c8cc24d..1b25d91 100644 --- a/README.md +++ b/README.md @@ -34,9 +34,10 @@ make deps git clone https://github.com/your-org/tree-ai.git cd tree-ai make install +source .venv/bin/activate +export TREE_AI_API_KEY= ``` - ## Usage ```bash @@ -58,7 +59,8 @@ bin/tree-ai ./ --include-dotfiles Use a specific remote model and endpoint: ```bash -bin/tree-ai ../incubator-devlake \ +export TREE_AI_API_KEY= +bin/tree-ai ./ \ --endpoint=https://granite-8b-code-instruct-maas-apicast-production.apps.prod.rhoai.rh-aiservices-bu.com:443/v1/completions \ --model=granite-8b-code-instruct-128k ```