Added testbutton type for use by whisperai provider

This commit is contained in:
JayZed 2024-03-04 14:54:40 -05:00
parent 20f18354d8
commit ddb1282f97
1 changed files with 6 additions and 0 deletions

View File

@ -15,6 +15,7 @@ type AvailableInput =
| Input<string, "password">
| Input<boolean, "switch">
| Input<string, "select">
| Input<string, "testbutton">
| Input<ReactText[], "chips">;
export interface ProviderInfo {
@ -502,6 +503,11 @@ export const ProviderList: Readonly<ProviderInfo[]> = [
name: "Logging level",
options: logLevelOptions,
},
{
type: "testbutton",
key: "whisperai",
name: "Test Connection button",
},
],
},
{ key: "wizdom", description: "Wizdom.xyz Subtitles Provider" },