11 lines
292 B
Plaintext
11 lines
292 B
Plaintext
<%== render(
|
|
"components/tabbar",
|
|
locals: {
|
|
tabs: [
|
|
["Inference Endpoints", @project_data[:path] + "/inference-endpoint"],
|
|
["Inference Tokens", @project_data[:path] + "/inference-token"],
|
|
["Playground", @project_data[:path] + "/inference-playground"]
|
|
]
|
|
}
|
|
) %>
|