mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-23 01:09:42 +00:00
finish moving chat -> chat-playground / ui and updating the prompts
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
This commit is contained in:
parent
19d2555424
commit
94414910f1
14 changed files with 20 additions and 20 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
import { ChatMessage, ChatCompletion } from "@/lib/types";
|
||||
import { ChatMessageItem } from "@/components/chat-completions/chat-messasge-item";
|
||||
import { Card, CardContent, CardHeader, CardTitle } from "@/components/chat/card";
|
||||
import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card";
|
||||
import {
|
||||
DetailLoadingView,
|
||||
DetailErrorView,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue