mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-02 09:20:22 +08:00
fix: split Codex chat and responses defaults
This commit is contained in:
@@ -3094,7 +3094,7 @@ async fn gateway_handles_openai_responses_test_model_locally() {
|
||||
.json_body
|
||||
.as_ref()
|
||||
.and_then(|body| body.get("instructions")),
|
||||
Some(&json!("You are ChatGPT."))
|
||||
Some(&json!(""))
|
||||
);
|
||||
assert_eq!(
|
||||
plan.body
|
||||
|
||||
Reference in New Issue
Block a user