mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-08 12:31:49 +00:00
parent
ac1320aae8
commit
334b553260
@ -5,7 +5,7 @@ It is broken into two parts: installation and setup, and then references to spec
|
|||||||
|
|
||||||
## Installation and Setup
|
## Installation and Setup
|
||||||
- Install with `pip install petals`
|
- 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
|
## 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
|
There exists an Petals LLM wrapper, which you can access with
|
||||||
```python
|
```python
|
||||||
from langchain.llms import Petals
|
from langchain.llms import Petals
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user