mirror of
https://github.com/Wei-Shaw/sub2api.git
synced 2026-05-05 12:51:44 +00:00
feat: add gemini model mapping whitelist for apikey and bulk edit
This commit is contained in:
@@ -515,6 +515,7 @@ export interface ProxyAccountSummary {
|
||||
export interface GeminiCredentials {
|
||||
// API Key authentication
|
||||
api_key?: string
|
||||
model_mapping?: Record<string, string>
|
||||
|
||||
// OAuth authentication
|
||||
access_token?: string
|
||||
|
||||
Reference in New Issue
Block a user