mirror of
https://github.com/FuzzingLabs/fuzzforge_ai.git
synced 2026-08-15 18:40:29 +02:00
fix/ Change default llm_secret_detection to gpt-5-mini
This commit is contained in:
@@ -17,22 +17,22 @@ parameters:
|
|||||||
agent_url:
|
agent_url:
|
||||||
type: string
|
type: string
|
||||||
default: "http://fuzzforge-task-agent:8000/a2a/litellm_agent"
|
default: "http://fuzzforge-task-agent:8000/a2a/litellm_agent"
|
||||||
|
|
||||||
llm_model:
|
llm_model:
|
||||||
type: string
|
type: string
|
||||||
default: "gpt-4o-mini"
|
default: "gpt-5-mini"
|
||||||
|
|
||||||
llm_provider:
|
llm_provider:
|
||||||
type: string
|
type: string
|
||||||
default: "openai"
|
default: "openai"
|
||||||
|
|
||||||
max_files:
|
max_files:
|
||||||
type: integer
|
type: integer
|
||||||
default: 20
|
default: 20
|
||||||
|
|
||||||
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