mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-23 02:19:41 +00:00
feat(UI): adding MVP playground ui
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
This commit is contained in:
parent
072d20a124
commit
5c36c6da56
2 changed files with 248 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue