From 9ae1d753183fd9d056112714fa7081335fb3ffe0 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Mon, 26 Dec 2022 13:03:05 +0900 Subject: [PATCH] Update integrations.md (#424) HuggingFace -> Hugging Face --- docs/reference/integrations.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/integrations.md b/docs/reference/integrations.md index 388a132536..14dcdcd8e0 100644 --- a/docs/reference/integrations.md +++ b/docs/reference/integrations.md @@ -12,9 +12,9 @@ The following use cases require specific installs and api keys: - _Cohere_: - Install requirements with `pip install cohere` - Get a Cohere api key and either set it as an environment variable (`COHERE_API_KEY`) or pass it to the LLM constructor as `cohere_api_key`. -- _HuggingFace Hub_ +- _Hugging Face Hub_ - Install requirements with `pip install huggingface_hub` - - Get a HuggingFace Hub api token and either set it as an environment variable (`HUGGINGFACEHUB_API_TOKEN`) or pass it to the LLM constructor as `huggingfacehub_api_token`. + - Get a Hugging Face Hub api token and either set it as an environment variable (`HUGGINGFACEHUB_API_TOKEN`) or pass it to the LLM constructor as `huggingfacehub_api_token`. - _SerpAPI_: - Install requirements with `pip install google-search-results` - Get a SerpAPI api key and either set it as an environment variable (`SERPAPI_API_KEY`) or pass it to the LLM constructor as `serpapi_api_key`.