Files
ubicloud/views/inference/tabbar.erb
Benjamin Satzger 3b19ae7d51 wip
2024-12-10 16:29:30 +01:00

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"]
]
}
) %>