Add site OpenAI key and model picker
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user