2api
feat: configurable stream stall timeout + per-provider UI
88c4c60
Raw
History Blame Contribute Delete
135 Bytes
import BasicChatPageClient from "./BasicChatPageClient";
export default function BasicChatPage() {
return <BasicChatPageClient />;
}