identified performance issues with streamed markdown

This commit is contained in:
2026-03-06 13:39:32 -07:00
parent aee7aa7b16
commit c747f1d4ce
8 changed files with 257 additions and 96 deletions

View File

@@ -17,7 +17,8 @@ defmodule ElixirAiWeb.Router do
scope "/", ElixirAiWeb do
pipe_through :browser
get "/", PageController, :home
live "/", HomeLive
live "/chat/:name", ChatLive
end
# Other scopes may use custom stacks.