llama-stack-mirror/llama_stack/ui/app/logs/chat-completions/page.tsx
Francisco Javier Arceo 045f8e4a23 feat: Adding dark mode, cleaning the UI a small bit, adding a link to the API documentation, and linting the code
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
2025-05-15 15:54:40 -04:00

7 lines
117 B
TypeScript

export default function ChatCompletions() {
return (
<div>
<h1>Under Construction</h1>
</div>
);
}