mirror of
https://github.com/openai/codex.git
synced 2026-05-04 21:32:21 +03:00
Show token used when context window is unknown (#7497)
- Show context window usage in tokens instead of percentage when the window length is unknown.
This commit is contained in:
@@ -5,6 +5,7 @@ mod helpers;
|
||||
mod rate_limits;
|
||||
|
||||
pub(crate) use card::new_status_output;
|
||||
pub(crate) use helpers::format_tokens_compact;
|
||||
pub(crate) use rate_limits::RateLimitSnapshotDisplay;
|
||||
pub(crate) use rate_limits::rate_limit_snapshot_display;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user