Skip to content

Commit 1aca6c7

Browse files
committed
fix lint
1 parent 3a5d78d commit 1aca6c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sources/platform/integrations/ai/langgraph.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ This guide will demonstrate how to use Apify Actors with LangGraph by building a
3131
- **OpenAI API key**: In order to work with agents in LangGraph, you need an OpenAI API key. If you don't have one, you can get it from the [OpenAI platform](https://platform.openai.com/account/api-keys).
3232

3333
- **Python packages**: To use LangGraph with Apify, you need to install the following Python packages:
34+
3435
```bash
3536
pip install langgraph langchain-apify langchain-openai
3637
```

0 commit comments

Comments
 (0)