AUXteam's picture
Set Gemini API version to v1
8c741f6 verified
export declare const QTS_DEBUG: boolean;
export declare let debugLog: {
(...data: any[]): void;
(message?: any, ...optionalParams: any[]): void;
};