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:
erio
2026-02-25 22:10:57 +08:00
parent 5c07e11473
commit efe8810dff

View File

@@ -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