Add token usage tracking to queue system
- Add estimated_tokens and used_tokens fields to processing_queue table - Implement token estimation based on request type and content - Track actual token usage during job processing - Display estimated and used tokens in web interface queue views - Update dashboard, queue list, and job details to show token information - Simulate realistic token usage in queue processing
Showing
vidai/auth.py
0 → 100644
vidai/queue.py
0 → 100644
Please
register
or
sign in
to comment