Skip to content

Commit 967c639

Browse files
committed
Add other env
1 parent bfb0ddc commit 967c639

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ To use Anthropic's chat models:
6060
```
6161
ANTHROPIC_API_KEY=your-api-key
6262
```
63-
6463
### Fireworks Chat Models
6564
6665
To use Fireworks AI's chat models:
@@ -71,24 +70,25 @@ To use Fireworks AI's chat models:
7170
```
7271
FIREWORKS_API_KEY=your-api-key
7372
```
74-
7573
#### OpenAI Chat Models
7674
7775
To use OpenAI's chat models:
7876
7977
1. Sign up for an [OpenAI API key](https://platform.openai.com/signup).
8078
2. Once you have your API key, add it to your `.env` file:
81-
8279
```
8380
OPENAI_API_KEY=your-api-key
8481
```
8582
8683
</details>
8784
85+
86+
8887
<!--
8988
End setup instructions
9089
-->
9190
91+
9292
3. Customize whatever you'd like in the code.
9393
4. Open the folder LangGraph Studio!
9494
@@ -502,8 +502,11 @@ Configuration auto-generated by `langgraph template lock`. DO NOT EDIT MANUALLY.
502502
"type": "integer",
503503
"default": 10
504504
}
505-
}
505+
},
506+
"environment": [
507+
"TAVILY_API_KEY"
508+
]
506509
}
507510
}
508511
}
509-
-->
512+
-->

0 commit comments

Comments
 (0)