Skip to content

Commit

Permalink
doc: env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
Oscar-gg committed Jan 12, 2025
1 parent 14cf1ba commit 4ba5f84
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker/hri/.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Your OpenAI API key (when not using local LLM)
OPENAI_API_KEY=

# For KWS with porcupine
ACCESS_KEY=
5 changes: 5 additions & 0 deletions hri/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,15 @@ home2
└── speech.txt
```


## Setup with docker

Run the script `setup.bash` located in `home2/docker/hri` to setup the configuration for docker. The script provides additional setup instructions.

In addition, the following files are required:
- `docker/hri/.env`: Contains the environment variables for the docker compose files. `docker/hri/.env.example` contains examples of the required variables.


## Using with docker

```bash
Expand Down

0 comments on commit 4ba5f84

Please sign in to comment.