From 44b5f9f343447e2e807e7a22756b2ea71d03ec0b Mon Sep 17 00:00:00 2001 From: Martin data Date: Tue, 12 Nov 2024 13:24:51 +0100 Subject: [PATCH] Adding new key field to .env example --- .env.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 48e659f..5d09516 100644 --- a/.env.example +++ b/.env.example @@ -1,7 +1,8 @@ OPENAI_API_KEY=your_api_key LANGSMITH_API_KEY=your_langsmith_api_key #Find it here: https://smith.langchain.com PORT=3000 +NARAKEET_API_KEY=your_narakeet_api_key #FLASK_ENV=development #Optional if you want docker to reload flask when you save your code. #LANGSMITH_API_KEY=your_api_key #optional. Let's you debug using langsmith #LANGCHAIN_PROJECT=your_project_name #pops up in langsmith dashboard -#TAVILY_API_KEY=your_api_key #Needed for the AI to search the web. The tool will be disabled if there's no api key \ No newline at end of file +#TAVILY_API_KEY=your_api_key #Needed for the AI to search the web. The tool will be disabled if there's no api key