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 967c639
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 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 @@ -502,8 +502,11 @@ Configuration auto-generated by `langgraph template lock`. DO NOT EDIT MANUALLY.
"type": "integer",
"default": 10
}
}
},
"environment": [
"TAVILY_API_KEY"
]
}
}
}
-->
-->

0 comments on commit 967c639

Please sign in to comment.