WIP: AI Validator
This commit is contained in:
@@ -28,5 +28,17 @@
|
||||
],
|
||||
"Enrich": ["FromLogContext", "WithMachineName", "WithThreadId"]
|
||||
},
|
||||
"AllowedHosts": "*"
|
||||
"AllowedHosts": "*",
|
||||
"AnomalyDetection": {
|
||||
"Provider": "OpenAI",
|
||||
"Model": "gpt-4o-mini",
|
||||
"ApiKey": "",
|
||||
"Endpoint": "",
|
||||
"MaxTokens": 4000,
|
||||
"Temperature": 0.1,
|
||||
"MinHistoricalImports": 5,
|
||||
"RecentImportsWindow": 5,
|
||||
"MonthlyImportsWindow": 5,
|
||||
"ConfidenceThreshold": 0.7
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user