fix: route provider model tests through candidates

This commit is contained in:
mayrain
2026-05-12 20:11:16 +08:00
parent 8f082674d7
commit 9f26383de5
12 changed files with 6379 additions and 2047 deletions

View File

@@ -19,6 +19,7 @@ pub(crate) mod submission;
pub(crate) mod sync;
pub(crate) mod transport;
pub(crate) use self::chatgpt_web_image::maybe_execute_chatgpt_web_image_sync;
pub(crate) use self::constants::{
MAX_ERROR_BODY_BYTES, MAX_STREAM_PREFETCH_BYTES, MAX_STREAM_PREFETCH_FRAMES,
};