Skip to content

Commit 65a21dd

Browse files
committed
Add other env
1 parent bfb0ddc commit 65a21dd

File tree

1 file changed

+8
-13
lines changed

1 file changed

+8
-13
lines changed

README.md

Lines changed: 8 additions & 13 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
@@ -122,10 +122,6 @@ Configuration auto-generated by `langgraph template lock`. DO NOT EDIT MANUALLY.
122122
"agent": {
123123
"type": "object",
124124
"properties": {
125-
"system_prompt": {
126-
"type": "string",
127-
"default": "You are a helpful AI assistant.\n\nSystem time: {system_time}"
128-
},
129125
"model_name": {
130126
"type": "string",
131127
"default": "anthropic/claude-3-5-sonnet-20240620",
@@ -497,13 +493,12 @@ Configuration auto-generated by `langgraph template lock`. DO NOT EDIT MANUALLY.
497493
"variables": "OPENAI_API_KEY"
498494
}
499495
]
500-
},
501-
"max_search_results": {
502-
"type": "integer",
503-
"default": 10
504496
}
505-
}
497+
},
498+
"environment": [
499+
"TAVILY_API_KEY"
500+
]
506501
}
507502
}
508503
}
509-
-->
504+
-->

0 commit comments

Comments
 (0)