diff --git a/prefix_cache.py b/prefix_cache.py index c0bf1fc..145da81 100644 --- a/prefix_cache.py +++ b/prefix_cache.py @@ -110,10 +110,9 @@ class PrefixCache(Scene): # ── summary below tree (tree stays visible) ── summary = VGroup( - Text("KV cache reuse across requests", font_size=26, color=GREEN), - Text("First-token latency: up to 50% reduction", font_size=18, color=GRAY), + Text("KV cache reuse across requests", font_size=26, color=GREEN) ).arrange(DOWN, buff=0.2) - summary.to_edge(DOWN, buff=0.5) + summary.to_edge(DOWN, buff=1.0) self.play(Write(summary)) self.wait(2) self.play(*[FadeOut(m) for m in self.mobjects])