mirror of
https://github.com/FuzzingLabs/fuzzforge_ai.git
synced 2026-08-16 04:30:23 +02:00
fix/ Change default llm_secret_detection to gpt-5-mini
This commit is contained in:
@@ -20,7 +20,7 @@ parameters:
|
|||||||
|
|
||||||
llm_model:
|
llm_model:
|
||||||
type: string
|
type: string
|
||||||
default: "gpt-4o-mini"
|
default: "gpt-5-mini"
|
||||||
|
|
||||||
llm_provider:
|
llm_provider:
|
||||||
type: string
|
type: string
|
||||||
@@ -32,7 +32,7 @@ parameters:
|
|||||||
|
|
||||||
default_parameters:
|
default_parameters:
|
||||||
agent_url: "http://fuzzforge-task-agent:8000/a2a/litellm_agent"
|
agent_url: "http://fuzzforge-task-agent:8000/a2a/litellm_agent"
|
||||||
llm_model: "gpt-4o-mini"
|
llm_model: "gpt-5-mini"
|
||||||
llm_provider: "openai"
|
llm_provider: "openai"
|
||||||
max_files: 20
|
max_files: 20
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user