feat: display inference statistics in chat UI #45

Merged
shahondin1624 merged 3 commits from feature/issue-43-inference-stats into main 2026-03-13 14:50:35 +01:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 36731aac1d - Show all commits

View File

@@ -22,4 +22,4 @@
| #18 | Dark/light theme toggle | COMPLETED | [issue-018.md](issue-018.md) |
| #19 | Responsive layout and mobile support | COMPLETED | [issue-019.md](issue-019.md) |
| #20 | Error handling and connection status | COMPLETED | [issue-020.md](issue-020.md) |
| #43 | Display inference statistics in chat UI | IMPLEMENTING | [issue-043.md](issue-043.md) |
| #43 | Display inference statistics in chat UI | COMPLETED | [issue-043.md](issue-043.md) |

View File

@@ -1,6 +1,6 @@
# Issue #43: Display Inference Statistics in Chat UI
**Status:** IMPLEMENTING
**Status:** COMPLETED
**Issue:** [#43](https://git.shahondin1624.de/llm-multiverse/llm-multiverse-ui/issues/43)
**Branch:** `feature/issue-43-inference-stats`