mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
unifying all image saves to /tmp to bug-proof (#14149)
image-gen feature will have the model saving to /tmp by default + at all times
This commit is contained in:
+1
-1
@@ -5,4 +5,4 @@ expression: combined
|
||||
---
|
||||
• Generated Image:
|
||||
└ A tiny blue square
|
||||
└ Saved to: /tmp/project
|
||||
└ Saved to: /tmp
|
||||
|
||||
@@ -6289,7 +6289,7 @@ async fn image_generation_call_adds_history_cell() {
|
||||
status: "completed".into(),
|
||||
revised_prompt: Some("A tiny blue square".into()),
|
||||
result: "Zm9v".into(),
|
||||
saved_path: Some("/tmp/project/ig-1.png".into()),
|
||||
saved_path: Some("/tmp/ig-1.png".into()),
|
||||
}),
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user