mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-05 07:10:29 +08:00
## Summary DeepSeek and Azure OpenAI require `stream_options.include_usage=true` to return token usage in streaming responses. Without it, all streaming calls report zero usage to ClickHouse and the UI shows no token stats. - [x] Verify DeepSeek streaming calls now report usage - [x] Verify Azure OpenAI streaming calls now report usage