From e3c458cc014bfdb6e98ff8aef63bad1193762276 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Mon, 1 May 2023 02:56:34 +0900 Subject: [PATCH] Update README.md HuggingFaceHub -> Hugging Face Hub --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 079b9163c..6a700cfc9 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ You can find more examples in the [examples](examples) directory. ## Environment Variables -In order to set the API key for the LLM (HuggingFaceHub, OpenAI), you need to set the appropriate environment variables. You can do this by copying the `.env.example` file to `.env`: +In order to set the API key for the LLM (Hugging Face Hub, OpenAI), you need to set the appropriate environment variables. You can do this by copying the `.env.example` file to `.env`: ```bash cp .env.example .env