From 334b553260418b204f588b8852e37f1e0752b51f Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Thu, 23 Feb 2023 03:34:16 +0900 Subject: [PATCH] Update petals.md (#1225) Huggingface -> Hugging Face --- docs/ecosystem/petals.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ecosystem/petals.md b/docs/ecosystem/petals.md index 42f51ffe..2f6db15c 100644 --- a/docs/ecosystem/petals.md +++ b/docs/ecosystem/petals.md @@ -5,7 +5,7 @@ It is broken into two parts: installation and setup, and then references to spec ## Installation and Setup - Install with `pip install petals` -- Get an Huggingface api key and set it as an environment variable (`HUGGINGFACE_API_KEY`) +- Get a Hugging Face api key and set it as an environment variable (`HUGGINGFACE_API_KEY`) ## Wrappers @@ -14,4 +14,4 @@ It is broken into two parts: installation and setup, and then references to spec There exists an Petals LLM wrapper, which you can access with ```python from langchain.llms import Petals -``` \ No newline at end of file +```