27 lines
527 B
YAML
27 lines
527 B
YAML
|
|
# Top-level dashboard settings. https://gethomepage.dev/configs/settings/
|
||
|
|
|
||
|
|
title: localgenai
|
||
|
|
favicon: https://gethomepage.dev/favicon.ico
|
||
|
|
theme: dark
|
||
|
|
color: slate
|
||
|
|
|
||
|
|
headerStyle: clean
|
||
|
|
language: en
|
||
|
|
target: _blank
|
||
|
|
|
||
|
|
# Layout: keep the four service groups in a 3-column grid each so a tile
|
||
|
|
# fits comfortably without wrapping on a 1440-wide laptop.
|
||
|
|
layout:
|
||
|
|
Inference:
|
||
|
|
style: row
|
||
|
|
columns: 3
|
||
|
|
Agent UIs:
|
||
|
|
style: row
|
||
|
|
columns: 3
|
||
|
|
Observability:
|
||
|
|
style: row
|
||
|
|
columns: 3
|
||
|
|
External:
|
||
|
|
style: row
|
||
|
|
columns: 3
|