Fix: Update http-80.yaml, improve examples HTTP LLM Honeypot

Add LLM Provider name

Signed-off-by: Mario Candela <mario.candela.personal@gmail.com>
This commit is contained in:
Mario Candela
2025-03-13 08:15:51 +01:00
committed by GitHub
parent b062416c00
commit db0da03baa

View File

@ -22,5 +22,6 @@ commands:
plugin: "LLMHoneypot" plugin: "LLMHoneypot"
statusCode: 200 statusCode: 200
plugin: plugin:
llmProvider: "openai"
llmModel: "gpt-4o" llmModel: "gpt-4o"
openAISecretKey: "sk-proj-123456" openAISecretKey: "sk-proj-123456"