Skip to content

Commit

Permalink
Update petals.md (langchain-ai#1225)
Browse files Browse the repository at this point in the history
Huggingface -> Hugging Face
  • Loading branch information
eltociear authored Feb 22, 2023
1 parent ac1320a commit 334b553
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/ecosystem/petals.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
```
```

0 comments on commit 334b553

Please sign in to comment.