mirror of
https://gitee.com/wanwujie/sub2api
synced 2026-04-25 17:14:45 +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 {
|
export interface GeminiCredentials {
|
||||||
// API Key authentication
|
// API Key authentication
|
||||||
api_key?: string
|
api_key?: string
|
||||||
model_mapping?: Record<string, string>
|
|
||||||
|
|
||||||
// OAuth authentication
|
// OAuth authentication
|
||||||
access_token?: string
|
access_token?: string
|
||||||
|
|||||||
Reference in New Issue
Block a user