From 731927667d7d7835a376338cf38e7417f59cfc06 Mon Sep 17 00:00:00 2001 From: tduhamel42 Date: Wed, 22 Oct 2025 10:17:41 +0200 Subject: [PATCH] fix/ Change default llm_secret_detection to gpt-5-mini --- .../workflows/llm_secret_detection/metadata.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/toolbox/workflows/llm_secret_detection/metadata.yaml b/backend/toolbox/workflows/llm_secret_detection/metadata.yaml index 91b9c2c..cf761ef 100644 --- a/backend/toolbox/workflows/llm_secret_detection/metadata.yaml +++ b/backend/toolbox/workflows/llm_secret_detection/metadata.yaml @@ -17,22 +17,22 @@ parameters: agent_url: type: string default: "http://fuzzforge-task-agent:8000/a2a/litellm_agent" - + llm_model: type: string - default: "gpt-4o-mini" - + default: "gpt-5-mini" + llm_provider: type: string default: "openai" - + max_files: type: integer default: 20 default_parameters: agent_url: "http://fuzzforge-task-agent:8000/a2a/litellm_agent" - llm_model: "gpt-4o-mini" + llm_model: "gpt-5-mini" llm_provider: "openai" max_files: 20