From 65a21dd55ba6619aae7a446792de626d399487f7 Mon Sep 17 00:00:00 2001 From: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com> Date: Mon, 16 Sep 2024 13:55:22 -0700 Subject: [PATCH] Add other env --- README.md | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index f9b4826..340bf6a 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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 ``` + + + 3. Customize whatever you'd like in the code. 4. Open the folder LangGraph Studio! @@ -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", @@ -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" + ] } } } ---> +--> \ No newline at end of file