Skip to content

Commit

Permalink
Add other env
Browse files Browse the repository at this point in the history
  • Loading branch information
hinthornw committed Sep 16, 2024
1 parent bfb0ddc commit 65a21dd
Showing 1 changed file with 8 additions and 13 deletions.
21 changes: 8 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ To use Anthropic's chat models:
```
ANTHROPIC_API_KEY=your-api-key
```
### Fireworks Chat Models
To use Fireworks AI's chat models:
Expand All @@ -71,24 +70,25 @@ To use Fireworks AI's chat models:
```
FIREWORKS_API_KEY=your-api-key
```
#### OpenAI Chat Models
To use OpenAI's chat models:
1. Sign up for an [OpenAI API key](https://platform.openai.com/signup).
2. Once you have your API key, add it to your `.env` file:
```
OPENAI_API_KEY=your-api-key
```
</details>
<!--
End setup instructions
-->
3. Customize whatever you'd like in the code.
4. Open the folder LangGraph Studio!
Expand Down Expand Up @@ -122,10 +122,6 @@ Configuration auto-generated by `langgraph template lock`. DO NOT EDIT MANUALLY.
"agent": {
"type": "object",
"properties": {
"system_prompt": {
"type": "string",
"default": "You are a helpful AI assistant.\n\nSystem time: {system_time}"
},
"model_name": {
"type": "string",
"default": "anthropic/claude-3-5-sonnet-20240620",
Expand Down Expand Up @@ -497,13 +493,12 @@ Configuration auto-generated by `langgraph template lock`. DO NOT EDIT MANUALLY.
"variables": "OPENAI_API_KEY"
}
]
},
"max_search_results": {
"type": "integer",
"default": 10
}
}
},
"environment": [
"TAVILY_API_KEY"
]
}
}
}
-->
-->

0 comments on commit 65a21dd

Please sign in to comment.