mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-20 08:47:44 +00:00
Cache oauth credentials (#927)
This commit is contained in:
committed by
GitHub
parent
c0580eaf4b
commit
24c61147b8
@@ -27,7 +27,7 @@ import { ContentGenerator } from '../core/contentGenerator.js';
|
||||
// TODO: Use production endpoint once it supports our methods.
|
||||
export const CCPA_ENDPOINT =
|
||||
'https://staging-cloudcode-pa.sandbox.googleapis.com';
|
||||
export const CCPA_API_VERSION = '/v1internal';
|
||||
export const CCPA_API_VERSION = 'v1internal';
|
||||
|
||||
export class CcpaServer implements ContentGenerator {
|
||||
constructor(
|
||||
|
||||
Reference in New Issue
Block a user