9 lines
247 B
Plaintext
9 lines
247 B
Plaintext
<%== part(
|
|
"components/tabbar",
|
|
tabs: [
|
|
["Inference Endpoints", @project.path + "/inference-endpoint"],
|
|
["Inference API Keys", @project.path + "/inference-api-key"],
|
|
["Playground", @project.path + "/inference-playground"]
|
|
]
|
|
) %>
|