alexgoodell commited on
Commit
d855f75
1 Parent(s): 5abc725

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -30,7 +30,11 @@ Welcome to our repository. Here, we have a collection of files and links to shar
30
 
31
  # Installation
32
 
33
- To experiment with the realtime video chat application, you will need to run it locally. We have provided a [docker container](https://hub.docker.com/r/syntheticpatients/base) with the requirements. You will need: API keys for OpenAI and ElevenLabs to run this program; you will be prompted to provide them. You will need an account to both of these services to get the keys and will be charged for usage. These keys will only be stored within your instance of docker and will not be shared.
 
 
 
 
34
 
35
  To begin, make sure that you have Docker installed. Then, from your command-line, run:
36
 
 
30
 
31
  # Installation
32
 
33
+ To experiment with the realtime video chat application, you will need to run it locally.
34
+ We have provided a [docker container](https://hub.docker.com/r/syntheticpatients/base) with the requirements.
35
+ You will need API keys for both OpenAI and ElevenLabs to run this program. The program will prompt you to provide them at runtime.
36
+ You will need an account to both of these services to get the keys, and you will be charged for usage.
37
+ These keys will only be stored within your instance of docker and will not be shared.
38
 
39
  To begin, make sure that you have Docker installed. Then, from your command-line, run:
40