Merge pull request #223 from corrm/feat/model-auto-detect
feat: auto-detect models from custom providers
This commit is contained in:
@@ -396,7 +396,7 @@ export interface NotificationProviderConfig {
|
||||
export interface CustomProvider {
|
||||
id: string;
|
||||
name: string;
|
||||
apiType: "openai-compatible" | "anthropic-compatible";
|
||||
apiType: "openai-compatible" | "anthropic-compatible" | "google-generative-ai";
|
||||
baseUrl: string;
|
||||
apiKey?: string;
|
||||
models?: { id: string; name: string }[];
|
||||
|
||||
Reference in New Issue
Block a user