mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-27 19:22:01 +00:00
7 lines
116 B
TypeScript
7 lines
116 B
TypeScript
export default function ChatCompletions() {
|
|
return (
|
|
<div>
|
|
<h1>Under Construction</h1>
|
|
</div>
|
|
)
|
|
}
|