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:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user