← back to Exo
adding current model name to input container information
9078d094b9179332a775d20ffca4f36327f5cd91 · 2025-02-16 18:34:38 -0800 · Caden MacKenzie
Files touched
M exo/tinychat/index.html
Diff
commit 9078d094b9179332a775d20ffca4f36327f5cd91
Author: Caden MacKenzie <cadenmackenzie@gmail.com>
Date: Sun Feb 16 18:34:38 2025 -0800
adding current model name to input container information
---
exo/tinychat/index.html | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/exo/tinychat/index.html b/exo/tinychat/index.html
index 65451068..63e37c8a 100644
--- a/exo/tinychat/index.html
+++ b/exo/tinychat/index.html
@@ -342,6 +342,10 @@
<div class="input-container">
<div class="input-performance">
<span class="input-performance-point">
+<p class="monospace" x-text="models[cstate.selectedModel]?.name || cstate.selectedModel"></p>
+<p class="megrim-regular">-</p>
+</span>
+<span class="input-performance-point">
<p class="monospace" x-text="(time_till_first / 1000).toFixed(2)"></p>
<p class="megrim-regular">SEC TO FIRST TOKEN</p>
</span>
← 477e3a5e make max_parallel_downloads configurable, increase download
·
back to Exo
·
add notice to README cb4bee26 →