Feat: Added custom headers and toggle keyring CLI options (#5017)

Signed-off-by: Blair Allan <Blairallan@icloud.com>
Co-authored-by: dianed-square <73617011+dianed-square@users.noreply.github.com>
This commit is contained in:
Blair Allan
2025-12-01 21:01:03 +00:00
committed by GitHub
parent c3c71a2ff4
commit ccaf7ca56d
5 changed files with 129 additions and 3 deletions
+3
View File
@@ -935,6 +935,9 @@ export type UpdateCustomProviderRequest = {
api_url: string;
display_name: string;
engine: string;
headers?: {
[key: string]: string;
} | null;
models: Array<string>;
supports_streaming?: boolean | null;
};