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