feat(UI): adding MVP playground ui

Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
This commit is contained in:
Francisco Javier Arceo 2025-07-19 23:47:10 -04:00
parent 0a6e588f68
commit fc3286be7e
3 changed files with 252 additions and 4 deletions

View file

@ -5,6 +5,7 @@ import {
MessagesSquare,
MoveUpRight,
Database,
MessageCircle,
} from "lucide-react";
import Link from "next/link";
import { usePathname } from "next/navigation";
@ -23,6 +24,11 @@ import {
} from "@/components/ui/sidebar";
const logItems = [
{
title: "Chat Playground",
url: "/chat-playground",
icon: MessageCircle,
},
{
title: "Chat Completions",
url: "/logs/chat-completions",