mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-16 08:00:20 +08:00
feat(security): harden client IP and admin controls
This commit is contained in:
@@ -239,7 +239,7 @@ fn local_openai_responses_wrapper_applies_model_directive_before_body_rules() {
|
||||
)
|
||||
.expect("local openai responses body should build");
|
||||
|
||||
assert_eq!(provider_request_body["reasoning"]["effort"], "xhigh");
|
||||
assert_eq!(provider_request_body["reasoning"]["effort"], "max");
|
||||
assert_eq!(provider_request_body["reasoning"]["summary"], "auto");
|
||||
assert_eq!(provider_request_body["metadata"]["override_seen"], true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user