mirror of
https://gitee.com/wanwujie/sub2api
synced 2026-04-03 06:52:13 +08:00
fix: remove duplicate model_mapping field in GeminiCredentials
The field was defined twice (line 563 and 585) due to merge conflict with upstream v0.1.86, causing TypeScript compilation error TS2300.
This commit is contained in:
@@ -560,7 +560,6 @@ export interface ProxyQualityCheckResult {
|
||||
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