mirror of
https://github.com/openai/codex.git
synced 2026-05-01 01:47:18 +00:00
Request compression is no longer tied to the provider
This commit is contained in:
@@ -90,7 +90,7 @@ struct CompactHistoryResponse {
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use super::*;
|
||||
use crate::provider::RequestCompression;
|
||||
|
||||
use crate::provider::RetryConfig;
|
||||
use async_trait::async_trait;
|
||||
use codex_client::Request;
|
||||
@@ -137,7 +137,6 @@ mod tests {
|
||||
retry_5xx: true,
|
||||
retry_transport: true,
|
||||
},
|
||||
request_compression: RequestCompression::None,
|
||||
stream_idle_timeout: Duration::from_secs(1),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user