File tree Expand file tree Collapse file tree 1 file changed +8
-13
lines changed
Expand file tree Collapse file tree 1 file changed +8
-13
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,6 @@ To use Anthropic's chat models:
6060```
6161ANTHROPIC_API_KEY=your-api-key
6262```
63-
6463### Fireworks Chat Models
6564
6665To use Fireworks AI's chat models:
@@ -71,24 +70,25 @@ To use Fireworks AI's chat models:
7170```
7271FIREWORKS_API_KEY=your-api-key
7372```
74-
7573#### OpenAI Chat Models
7674
7775To use OpenAI's chat models:
7876
79771. Sign up for an [OpenAI API key](https://platform.openai.com/signup).
80782. Once you have your API key, add it to your `.env` file:
81-
8279```
8380OPENAI_API_KEY=your-api-key
8481```
8582
8683</details>
8784
85+
86+
8887<!--
8988End setup instructions
9089-->
9190
91+
92923. Customize whatever you'd like in the code.
93934. 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+ -->
You can’t perform that action at this time.
0 commit comments