From e7490fc29a399fe4d0f9b2a24271c92760827736 Mon Sep 17 00:00:00 2001 From: Kazuhiro Sera Date: Mon, 31 Mar 2025 11:54:51 +0900 Subject: [PATCH] Fix the template repo URL pap-openai/lambda-middleware needs to be pap-openai/aws-lambda-middleware --- .../gpt_actions_library/gpt_middleware_aws_function.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/chatgpt/gpt_actions_library/gpt_middleware_aws_function.ipynb b/examples/chatgpt/gpt_actions_library/gpt_middleware_aws_function.ipynb index d51b17b87f..594b897990 100644 --- a/examples/chatgpt/gpt_actions_library/gpt_middleware_aws_function.ipynb +++ b/examples/chatgpt/gpt_actions_library/gpt_middleware_aws_function.ipynb @@ -190,7 +190,7 @@ "You can clone the openai-cookbook repository & take the sample python code & SAM template from the `lambda-middleware` directory:\n", "\n", "```\n", - "git clone https://github.com/pap-openai/lambda-middleware\n", + "git clone https://github.com/pap-openai/aws-lambda-middleware\n", "cd lambda-middleware\n", "```\n", "\n",