From 35e959002122c59f06eee70eef25d2ac89fa832d Mon Sep 17 00:00:00 2001 From: btusca Date: Wed, 12 Apr 2023 11:12:50 -0300 Subject: [PATCH] typo in readme.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 145d39d..633b92b 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ The configuration `lite.yaml` does not require any expert models to be downloade ## Quick Start -First replace `openai.key` and `huggingface.token` in `server/config.yaml` with **your personal OpenAI Key** and **your Hugging Face Token**, or put them in the environment variables `OPENAI_API_KEY` and `HUGGINGFACE_ACCESS_TOKEN` respectfully. Then run the following commands: +First replace `openai.key` and `huggingface.token` in `server/config.yaml` with **your personal OpenAI Key** and **your Hugging Face Token**, or put them in the environment variables `OPENAI_API_KEY` and `HUGGINGFACE_ACCESS_TOKEN` respectively. Then run the following commands: