From db0da03baa5922042a8270133c1f36d610605dc2 Mon Sep 17 00:00:00 2001 From: Mario Candela Date: Thu, 13 Mar 2025 08:15:51 +0100 Subject: [PATCH] Fix: Update http-80.yaml, improve examples HTTP LLM Honeypot Add LLM Provider name Signed-off-by: Mario Candela --- configurations/services/http-80.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configurations/services/http-80.yaml b/configurations/services/http-80.yaml index faed94b..623cd49 100644 --- a/configurations/services/http-80.yaml +++ b/configurations/services/http-80.yaml @@ -22,5 +22,6 @@ commands: plugin: "LLMHoneypot" statusCode: 200 plugin: + llmProvider: "openai" llmModel: "gpt-4o" - openAISecretKey: "sk-proj-123456" \ No newline at end of file + openAISecretKey: "sk-proj-123456"