From 01932be82a95fa40b104cd5486e38a218cdd967f Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Sun, 9 Feb 2025 00:50:05 +0100 Subject: [PATCH] fix: missing char --- lua/chatgpt_nvim/prompts.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/chatgpt_nvim/prompts.lua b/lua/chatgpt_nvim/prompts.lua index e794079..720a97c 100644 --- a/lua/chatgpt_nvim/prompts.lua +++ b/lua/chatgpt_nvim/prompts.lua @@ -510,7 +510,7 @@ local M = { - Whenever possible, provide references to relevant security standards, best practices, or guidelines (e.g., OWASP, NIST). Please follow these guidelines to ensure the generated or explained code prioritizes security at every level, mitigating potential risks and maintaining best practices for building secure software. - ]] + ]], ["step-prompt"] = [[ It appears this request might exceed the model's prompt character limit if done all at once. Please break down the tasks into smaller steps and handle them one by one.