File tree 1 file changed +8
-5
lines changed 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,6 @@ To use Anthropic's chat models:
60
60
```
61
61
ANTHROPIC_API_KEY=your-api-key
62
62
```
63
-
64
63
### Fireworks Chat Models
65
64
66
65
To use Fireworks AI's chat models:
@@ -71,24 +70,25 @@ To use Fireworks AI's chat models:
71
70
```
72
71
FIREWORKS_API_KEY=your-api-key
73
72
```
74
-
75
73
#### OpenAI Chat Models
76
74
77
75
To use OpenAI's chat models:
78
76
79
77
1. Sign up for an [OpenAI API key](https://platform.openai.com/signup).
80
78
2. Once you have your API key, add it to your `.env` file:
81
-
82
79
```
83
80
OPENAI_API_KEY=your-api-key
84
81
```
85
82
86
83
</details>
87
84
85
+
86
+
88
87
<!--
89
88
End setup instructions
90
89
-->
91
90
91
+
92
92
3. Customize whatever you'd like in the code.
93
93
4. Open the folder LangGraph Studio!
94
94
@@ -502,8 +502,11 @@ Configuration auto-generated by `langgraph template lock`. DO NOT EDIT MANUALLY.
502
502
"type": "integer",
503
503
"default": 10
504
504
}
505
- }
505
+ },
506
+ "environment": [
507
+ "TAVILY_API_KEY"
508
+ ]
506
509
}
507
510
}
508
511
}
509
- -->
512
+ -->
You can’t perform that action at this time.
0 commit comments