pref: simplified AI provider's settings
This commit is contained in:
@@ -17,6 +17,7 @@ export type ProviderInfo = {
|
||||
export interface IProviderSetting {
|
||||
enabled?: boolean;
|
||||
baseUrl?: string;
|
||||
apiKey?: string;
|
||||
}
|
||||
|
||||
export type IProviderConfig = ProviderInfo & {
|
||||
|
||||
Reference in New Issue
Block a user