Add limits to /status (#4053)

Add limits to status

<img width="579" height="430" alt="image"
src="https://github.com/user-attachments/assets/d3794d92-ffca-47be-8011-b4452223cc89"
/>
This commit is contained in:
Ahmed Ibrahim
2025-09-22 11:13:34 -07:00
committed by GitHub
parent 19f46439ae
commit 434eb4fd49
2 changed files with 65 additions and 0 deletions

View File

@@ -1368,6 +1368,7 @@ impl ChatWidget {
&self.config,
usage_ref,
&self.conversation_id,
self.rate_limit_snapshot.as_ref(),
));
}