Add site OpenAI key and model picker

This commit is contained in:
rajchales-monito
2026-07-29 21:17:12 +02:00
parent 46d18c69eb
commit 227fcc2084
4 changed files with 157 additions and 13 deletions
+18
View File
@@ -225,6 +225,24 @@ label { display: grid; gap: 6px; color: var(--muted); font-size: 13px; }
width: auto;
margin: 0;
}
.effect-settings input[type="password"],
.effect-settings select {
width: 100%;
}
.effect-settings small {
color: var(--muted);
font-size: 11px;
}
.model-row {
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
gap: 8px;
align-items: center;
}
.model-row button {
height: 38px;
padding: 0 10px;
}
.list-tools {
padding: 10px 14px;
border-bottom: 1px solid var(--line);