mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-12 23:21:27 -07:00
point Code Assist client to prod server (#1201)
This commit is contained in:
@@ -39,8 +39,7 @@ export interface HttpOptions {
|
||||
|
||||
// TODO: Use production endpoint once it supports our methods.
|
||||
export const CODE_ASSIST_ENDPOINT =
|
||||
process.env.CODE_ASSIST_ENDPOINT ??
|
||||
'https://staging-cloudcode-pa.sandbox.googleapis.com';
|
||||
process.env.CODE_ASSIST_ENDPOINT ?? 'https://cloudcode-pa.googleapis.com';
|
||||
export const CODE_ASSIST_API_VERSION = 'v1internal';
|
||||
|
||||
export class CodeAssistServer implements ContentGenerator {
|
||||
|
||||
Reference in New Issue
Block a user