mirror of
https://github.com/ubicloud/ubicloud.git
synced 2025-10-04 05:42:15 +08:00
8 lines
247 B
Text
8 lines
247 B
Text
<%== part(
|
|
"components/tabbar",
|
|
tabs: [
|
|
["Inference Endpoints", @project.path + "/inference-endpoint"],
|
|
["Inference API Keys", @project.path + "/inference-api-key"],
|
|
["Playground", @project.path + "/inference-playground"]
|
|
]
|
|
) %>
|