Added support for openai api tts.
This commit is contained in:
@@ -911,3 +911,33 @@ ol.choice {
|
||||
color: #7a6e59;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* API Settings in Options Panel */
|
||||
.api-settings-container {
|
||||
margin-top: 10px;
|
||||
padding: 10px;
|
||||
border: 1px solid rgba(200, 200, 200, 0.2);
|
||||
border-radius: 5px;
|
||||
background-color: rgba(50, 50, 60, 0.3);
|
||||
}
|
||||
|
||||
.api-settings-container input[type="text"],
|
||||
.api-settings-container input[type="password"] {
|
||||
width: 100%;
|
||||
padding: 8px;
|
||||
border: 1px solid #555;
|
||||
border-radius: 4px;
|
||||
background-color: rgba(30, 30, 35, 0.8);
|
||||
color: #eee;
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
.api-settings-container input[type="text"]::placeholder,
|
||||
.api-settings-container input[type="password"]::placeholder {
|
||||
color: #888;
|
||||
}
|
||||
|
||||
.elevenlabs-setting,
|
||||
.openai-setting {
|
||||
display: none; /* Hidden by default, shown when the relevant provider is selected */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user